[Cl-darcs-cvs] r85 - cl-darcs/trunk
mhenoch at common-lisp.net
mhenoch at common-lisp.net
Thu Feb 8 02:31:49 UTC 2007
Author: mhenoch
Date: Wed Feb 7 21:31:49 2007
New Revision: 85
Modified:
cl-darcs/trunk/pull.lisp
Log:
Add missing format argument.
Modified: cl-darcs/trunk/pull.lisp
==============================================================================
--- cl-darcs/trunk/pull.lisp (original)
+++ cl-darcs/trunk/pull.lisp Wed Feb 7 21:31:49 2007
@@ -75,6 +75,6 @@
(setf applying-to-source nil))))
(format t "."))
(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/.~:@>")))))
+ (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")))
More information about the Cl-darcs-cvs
mailing list