[Cl-darcs-cvs] r55 - cl-darcs/trunk
mhenoch at common-lisp.net
mhenoch at common-lisp.net
Thu Oct 12 12:30:05 UTC 2006
Author: mhenoch
Date: Thu Oct 12 08:30:05 2006
New Revision: 55
Modified:
cl-darcs/trunk/README
Log:
Mention diff command in README
Modified: cl-darcs/trunk/README
==============================================================================
--- cl-darcs/trunk/README (original)
+++ cl-darcs/trunk/README Thu Oct 12 08:30:05 2006
@@ -24,7 +24,10 @@
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.
+edit files. For now, you need an external tool to find the local
+changes, e.g:
+
+diff -x _darcs -ru _darcs/pristine/ .
* Configuration
More information about the Cl-darcs-cvs
mailing list