'fossil pull' only updates the repo, to update the working directory too you need 'fossil update'

This commit is contained in:
Dieter Deyke 2014-07-08 11:43:06 +02:00
parent 263f420437
commit 0bc19798cb

View file

@ -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))