[Cl-darcs-cvs] r41 - cl-darcs/trunk
mhenoch at common-lisp.net
mhenoch at common-lisp.net
Sat Sep 2 11:18:47 UTC 2006
Author: mhenoch
Date: Sat Sep 2 07:18:46 2006
New Revision: 41
Modified:
cl-darcs/trunk/packages.lisp
Log:
Export GET-REPO and PULL
Modified: cl-darcs/trunk/packages.lisp
==============================================================================
--- cl-darcs/trunk/packages.lisp (original)
+++ cl-darcs/trunk/packages.lisp Sat Sep 2 07:18:46 2006
@@ -4,4 +4,4 @@
(:use :cl)
(:nicknames :cl-darcs)
(:export
- ))
+ #:get-repo #:pull))
More information about the Cl-darcs-cvs
mailing list