mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 19:19:51 +00:00
parent
5327aa1a11
commit
1636f0caa0
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ Return a cons cell whose `car' is the root and whose `cdr' is the repository."
|
||||||
"-d" target-dir repo))))
|
"-d" target-dir repo))))
|
||||||
(apply 'pb/run-process dir "cvs" "log"
|
(apply 'pb/run-process dir "cvs" "log"
|
||||||
(pb/expand-source-file-list dir config))
|
(pb/expand-source-file-list dir config))
|
||||||
(or (pb/find-parse-time-latest "date: \\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} [0-9]\\{2\\}:[0-9]\\{2\\}:[0-9]\\{2\\} \\+[0-9]\\{2\\}[0-9]\\{2\\}\\)")
|
(or (pb/find-parse-time-latest "date: \\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} [0-9]\\{2\\}:[0-9]\\{2\\}:[0-9]\\{2\\} [+-][0-9]\\{2\\}[0-9]\\{2\\}\\)")
|
||||||
(pb/find-parse-time-latest "date: \\([0-9]\\{4\\}/[0-9]\\{2\\}/[0-9]\\{2\\} [0-9]\\{2\\}:[0-9]\\{2\\}:[0-9]\\{2\\}\\);")
|
(pb/find-parse-time-latest "date: \\([0-9]\\{4\\}/[0-9]\\{2\\}/[0-9]\\{2\\} [0-9]\\{2\\}:[0-9]\\{2\\}:[0-9]\\{2\\}\\);")
|
||||||
(error "No valid timestamps found!"))
|
(error "No valid timestamps found!"))
|
||||||
)))
|
)))
|
||||||
|
|
Loading…
Reference in a new issue