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

mhenoch at common-lisp.net mhenoch at common-lisp.net
Mon Nov 27 23:48:08 UTC 2006


Author: mhenoch
Date: Mon Nov 27 18:48:08 2006
New Revision: 80

Modified:
   cl-darcs/trunk/README
Log:
Mention record-changes in README


Modified: cl-darcs/trunk/README
==============================================================================
--- cl-darcs/trunk/README	(original)
+++ cl-darcs/trunk/README	Mon Nov 27 18:48:08 2006
@@ -22,12 +22,19 @@
 or
 (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.  For now, you need an external tool to find the local
-changes, e.g:
+When pulling, the new patches will be applied on top of any unrecorded
+changes, which has a good chance of not working.
 
-diff -x _darcs -ru _darcs/pristine/ .
+To record your own changes:
+
+(darcs:record-changes "/local/repo-dir/"
+		      "Short patch description"
+		      "my-address at example.com"
+		      :now
+		      "Longer, possibly multi-line, description.
+Or just NIL.")
+
+You will be asked about which changes should be recorded.
 
 * Configuration
 



More information about the Cl-darcs-cvs mailing list