[Cl-darcs-cvs] r170 - cl-darcs/trunk
mhenoch at common-lisp.net
mhenoch at common-lisp.net
Wed Mar 5 08:59:08 UTC 2008
Author: mhenoch
Date: Wed Mar 5 03:59:08 2008
New Revision: 170
Modified:
cl-darcs/trunk/pull.lisp
Log:
Adapt message when pull finished
Modified: cl-darcs/trunk/pull.lisp
==============================================================================
--- cl-darcs/trunk/pull.lisp (original)
+++ cl-darcs/trunk/pull.lisp Wed Mar 5 03:59:08 2008
@@ -102,4 +102,4 @@
(when source-and-pristine-differ
(format t "~&~<Some patches could not be applied to the source tree. ~
You should manually merge changes from the pristine tree in _darcs/pristine/.~>" nil)))))
- (format t "~&All done")))
+ (format t "~&Finished pulling and applying.")))
More information about the Cl-darcs-cvs
mailing list