
5 Mar
2008
5 Mar
'08
8:01 a.m.
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:")
6386
Age (days ago)
6386
Last active (days ago)
0 comments
1 participants
participants (1)
-
mhenoch@common-lisp.net