[Cl-darcs-cvs] r40 - cl-darcs/trunk

mhenoch at common-lisp.net mhenoch at common-lisp.net
Fri Sep 1 09:48:01 UTC 2006


Author: mhenoch
Date: Fri Sep  1 05:48:01 2006
New Revision: 40

Modified:
   cl-darcs/trunk/README
Log:
Update README


Modified: cl-darcs/trunk/README
==============================================================================
--- cl-darcs/trunk/README	(original)
+++ cl-darcs/trunk/README	Fri Sep  1 05:48:01 2006
@@ -15,9 +15,11 @@
 Or if you want to select which patches to apply:
 
 (get-repo "http://path/to/repo" "/local/repo-dir/" :query t)
-(apply-some-patches "/local/repo-dir/")
 
-That's all that is implemented so far.
+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/" "http://path/to/repo")
 
 * Compatibility
 



More information about the Cl-darcs-cvs mailing list