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

mhenoch at common-lisp.net mhenoch at common-lisp.net
Fri Aug 24 17:26:50 UTC 2007


Author: mhenoch
Date: Fri Aug 24 13:26:49 2007
New Revision: 132

Modified:
   cl-darcs/trunk/packages.lisp
Log:
Export ADD-FILE from package


Modified: cl-darcs/trunk/packages.lisp
==============================================================================
--- cl-darcs/trunk/packages.lisp	(original)
+++ cl-darcs/trunk/packages.lisp	Fri Aug 24 13:26:49 2007
@@ -7,4 +7,5 @@
    #:*http-proxy*
    #:get-repo #:pull #:diff-repo #:diff-repo-display 
    #:record-changes #:create-repo
-   #:revert-changes #:send-to-file))
+   #:revert-changes #:send-to-file
+   #:add-file))



More information about the Cl-darcs-cvs mailing list