[Cl-darcs-cvs] r164 - cl-darcs/trunk

mhenoch at common-lisp.net mhenoch at common-lisp.net
Wed Mar 5 08:01:47 UTC 2008


Author: mhenoch
Date: Wed Mar  5 03:01:47 2008
New Revision: 164

Modified:
   cl-darcs/trunk/pull.lisp
Log:
Adapt message when there are no patches to pull


Modified: cl-darcs/trunk/pull.lisp
==============================================================================
--- cl-darcs/trunk/pull.lisp	(original)
+++ cl-darcs/trunk/pull.lisp	Wed Mar  5 03:01:47 2008
@@ -42,7 +42,7 @@
       (declare (ignore common))
 
       (when (null only-theirs)
-	(format t "~&Found no new patches.")
+	(format t "~&No remote changes to pull in.")
 	(return-from pull))
 
       (format t "~&Found these new patches:")



More information about the Cl-darcs-cvs mailing list