
11 Oct
2006
11 Oct
'06
3:50 p.m.
Author: mhenoch Date: Wed Oct 11 18:50:44 2006 New Revision: 54 Modified: cl-darcs/trunk/cl-darcs.asd Log: Add pristine.lisp to ASDF file Modified: cl-darcs/trunk/cl-darcs.asd ============================================================================== --- cl-darcs/trunk/cl-darcs.asd (original) +++ cl-darcs/trunk/cl-darcs.asd Wed Oct 11 18:50:44 2006 @@ -39,6 +39,7 @@ (:file "write-patch" :depends-on ("patch-core")) (:file "apply-patch" :depends-on ("patch-core")) (:file "invert-patch" :depends-on ("patch-core")) + (:file "pristine" :depends-on ("patch-core")) (:file "touching" :depends-on ("patch-core")) (:file "commute" :depends-on ("patch-core")) (:file "merge" :depends-on ("patch-core"))