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

mhenoch at common-lisp.net mhenoch at common-lisp.net
Fri Feb 16 01:24:00 UTC 2007


Author: mhenoch
Date: Thu Feb 15 20:24:00 2007
New Revision: 92

Modified:
   cl-darcs/trunk/packages.lisp
Log:
Export diff-repo-display


Modified: cl-darcs/trunk/packages.lisp
==============================================================================
--- cl-darcs/trunk/packages.lisp	(original)
+++ cl-darcs/trunk/packages.lisp	Thu Feb 15 20:24:00 2007
@@ -4,5 +4,6 @@
   (:use :cl)
   (:nicknames :cl-darcs)
   (:export
-   #:get-repo #:pull #:diff-repo #:*http-proxy*
+   #:*http-proxy*
+   #:get-repo #:pull #:diff-repo #:diff-repo-display 
    #:record-changes #:create-repo))



More information about the Cl-darcs-cvs mailing list