
Author: mhenoch Date: Fri Oct 6 16:20:15 2006 New Revision: 53 Modified: cl-darcs/trunk/README Log: More README hacking Modified: cl-darcs/trunk/README ============================================================================== --- cl-darcs/trunk/README (original) +++ cl-darcs/trunk/README Fri Oct 6 16:20:15 2006 @@ -9,24 +9,29 @@ At the REPL: (asdf:oos 'asdf:load-op :cl-darcs) -(in-package :cl-darcs) -(get-repo "http://path/to/repo" "/local/non-existent/directory/") +(darcs:get-repo "http://path/to/repo" "/local/non-existent/directory/") Or if you want to select which patches to apply: -(get-repo "http://path/to/repo" "/local/repo-dir/" :query t) +(darcs:get-repo "http://path/to/repo" "/local/repo-dir/" :query t) To pull new patches from a repo (the address from the remote repo is optional, as it defaults to where you got the tree from): -(pull "/local/repo-dir/") +(darcs:pull "/local/repo-dir/") or -(pull "/local/repo-dir/" "http://path/to/repo") +(darcs:pull "/local/repo-dir/" "http://path/to/repo") cl-darcs currently doesn't try to merge changes in your local tree with patches you pull; you have to do that manually if you want to edit files. +* Configuration + +cl-darcs can use an HTTP proxy: + +(setf darcs:*http-proxy* "proxy.example.com:3128") + * Known bugs and misfeatures Above all, cl-darcs is currently a read-only client. There is no