
27 Nov
2006
27 Nov
'06
11:31 p.m.
Author: mhenoch Date: Mon Nov 27 18:31:58 2006 New Revision: 79 Modified: cl-darcs/trunk/packages.lisp Log: Export record-patches Modified: cl-darcs/trunk/packages.lisp ============================================================================== --- cl-darcs/trunk/packages.lisp (original) +++ cl-darcs/trunk/packages.lisp Mon Nov 27 18:31:58 2006 @@ -4,4 +4,5 @@ (:use :cl) (:nicknames :cl-darcs) (:export - #:get-repo #:pull #:diff-repo #:*http-proxy*)) + #:get-repo #:pull #:diff-repo #:*http-proxy* + #:record-patches))