[Cl-darcs-cvs] r136 - cl-darcs/trunk
mhenoch at common-lisp.net
mhenoch at common-lisp.net
Wed Sep 5 21:50:49 UTC 2007
Author: mhenoch
Date: Wed Sep 5 17:50:48 2007
New Revision: 136
Modified:
cl-darcs/trunk/diff.lisp
Log:
s/:forward/:forwards/
Modified: cl-darcs/trunk/diff.lisp
==============================================================================
--- cl-darcs/trunk/diff.lisp (original)
+++ cl-darcs/trunk/diff.lisp Wed Sep 5 17:50:48 2007
@@ -174,7 +174,7 @@
(dolist (file files-in-original)
;; Was it touched by some "pending" patch?
(multiple-value-bind (touching new-name)
- (find-touching pending file :forward)
+ (find-touching pending file :forwards)
(if touching
;; If yes, we want to record those patches, and remember the new name.
(setf patches (nconc patches (patches touching)))
More information about the Cl-darcs-cvs
mailing list