mirror of
https://github.com/correl/melpa.git
synced 2024-11-28 11:09:55 +00:00
parent
e9c36b10a7
commit
60be41f73b
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ seconds; the server cuts off after 10 requests in 20 seconds.")
|
|||
(delete-directory dir t nil))
|
||||
(print "cloning repository")
|
||||
(pb/run-process nil "hg" "clone" repo dir)))
|
||||
(apply 'pb/run-process dir "hg" "log" "-l1" (pb/expand-file-list dir config))
|
||||
(apply 'pb/run-process dir "hg" "log" "--style" "compact" "-l1" (pb/expand-file-list dir config))
|
||||
(pb/find-parse-time
|
||||
"\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} [0-9]\\{2\\}:[0-9]\\{2\\}\\)"))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue