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

mhenoch at common-lisp.net mhenoch at common-lisp.net
Mon Nov 27 23:31:59 UTC 2006


Author: mhenoch
Date: Mon Nov 27 18:31:58 2006
New Revision: 79

Modified:
   cl-darcs/trunk/packages.lisp
Log:
Export record-patches


Modified: cl-darcs/trunk/packages.lisp
==============================================================================
--- cl-darcs/trunk/packages.lisp	(original)
+++ cl-darcs/trunk/packages.lisp	Mon Nov 27 18:31:58 2006
@@ -4,4 +4,5 @@
   (:use :cl)
   (:nicknames :cl-darcs)
   (:export
-   #:get-repo #:pull #:diff-repo #:*http-proxy*))
+   #:get-repo #:pull #:diff-repo #:*http-proxy*
+   #:record-patches))



More information about the Cl-darcs-cvs mailing list