
6 Oct
2006
6 Oct
'06
7:50 p.m.
Author: mhenoch Date: Fri Oct 6 15:50:49 2006 New Revision: 50 Modified: cl-darcs/trunk/cl-darcs.asd Log: Load write-patch.lisp in ASDF file Modified: cl-darcs/trunk/cl-darcs.asd ============================================================================== --- cl-darcs/trunk/cl-darcs.asd (original) +++ cl-darcs/trunk/cl-darcs.asd Fri Oct 6 15:50:49 2006 @@ -36,6 +36,7 @@ (:file "patch-core" :depends-on ("util")) (:file "read-patch" :depends-on ("patch-core")) + (:file "write-patch" :depends-on ("patch-core")) (:file "apply-patch" :depends-on ("patch-core")) (:file "invert-patch" :depends-on ("patch-core")) (:file "touching" :depends-on ("patch-core"))