
2 Sep
2006
2 Sep
'06
12:09 p.m.
Author: mhenoch Date: Sat Sep 2 08:09:39 2006 New Revision: 42 Modified: cl-darcs/trunk/packages.lisp Log: Export *HTTP-PROXY* Modified: cl-darcs/trunk/packages.lisp ============================================================================== --- cl-darcs/trunk/packages.lisp (original) +++ cl-darcs/trunk/packages.lisp Sat Sep 2 08:09:39 2006 @@ -4,4 +4,4 @@ (:use :cl) (:nicknames :cl-darcs) (:export - #:get-repo #:pull)) + #:get-repo #:pull #:*http-proxy*))