
2 Sep
2006
2 Sep
'06
11:18 a.m.
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))