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