mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Use fossil options as understood by version 1.21
This commit is contained in:
parent
0f6e83e318
commit
4fed5df2bd
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ seconds; the server cuts off after 10 requests in 20 seconds.")
|
|||
(make-directory dir)
|
||||
(pb/run-process dir "fossil" "clone" repo "repo.fossil")
|
||||
(pb/run-process dir "fossil" "open" "repo.fossil")))
|
||||
(pb/run-process dir "fossil" "timeline" "--limit" "1" "--type" "ci" "--width" "0")
|
||||
(pb/run-process dir "fossil" "timeline" "-n" "1" "-t" "ci")
|
||||
(or (pb/find-parse-time
|
||||
"=== \\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} ===\n[0-9]\\{2\\}:[0-9]\\{2\\}:[0-9]\\{2\\}\\) ")
|
||||
(error "No valid timestamps found!"))))))
|
||||
|
|
Loading…
Reference in a new issue