[Cl-darcs-cvs] r113 - cl-darcs/trunk
    mhenoch at common-lisp.net 
    mhenoch at common-lisp.net
       
    Fri Mar 16 02:48:22 UTC 2007
    
    
  
Author: mhenoch
Date: Thu Mar 15 21:48:22 2007
New Revision: 113
Modified:
   cl-darcs/trunk/packages.lisp
Log:
Export REVERT-CHANGES and SEND-TO-FILE
Modified: cl-darcs/trunk/packages.lisp
==============================================================================
--- cl-darcs/trunk/packages.lisp	(original)
+++ cl-darcs/trunk/packages.lisp	Thu Mar 15 21:48:22 2007
@@ -6,4 +6,5 @@
   (:export
    #:*http-proxy*
    #:get-repo #:pull #:diff-repo #:diff-repo-display 
-   #:record-changes #:create-repo))
+   #:record-changes #:create-repo
+   #:revert-changes #:send-to-file))
    
    
More information about the Cl-darcs-cvs
mailing list