[Cl-darcs-cvs] r84 - cl-darcs/trunk
mhenoch at common-lisp.net
mhenoch at common-lisp.net
Tue Nov 28 01:36:54 UTC 2006
Author: mhenoch
Date: Mon Nov 27 20:36:54 2006
New Revision: 84
Modified:
cl-darcs/trunk/packages.lisp
Log:
Export record-changes instead of record-patches
Modified: cl-darcs/trunk/packages.lisp
==============================================================================
--- cl-darcs/trunk/packages.lisp (original)
+++ cl-darcs/trunk/packages.lisp Mon Nov 27 20:36:54 2006
@@ -5,4 +5,4 @@
(:nicknames :cl-darcs)
(:export
#:get-repo #:pull #:diff-repo #:*http-proxy*
- #:record-patches #:create-repo))
+ #:record-changes #:create-repo))
More information about the Cl-darcs-cvs
mailing list