mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
'fossil pull' only updates the repo, to update the working directory too you need 'fossil update'
This commit is contained in:
parent
263f420437
commit
0bc19798cb
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ seconds; the server cuts off after 10 requests in 20 seconds.")
|
|||
((and (file-exists-p (expand-file-name ".fslckout" dir))
|
||||
(string-equal (pb/fossil-repo dir) repo))
|
||||
(pb/princ-exists dir)
|
||||
(pb/run-process dir "fossil" "pull"))
|
||||
(pb/run-process dir "fossil" "update"))
|
||||
(t
|
||||
(when (file-exists-p dir)
|
||||
(delete-directory dir t))
|
||||
|
|
Loading…
Reference in a new issue