diff tests/test-convert-darcs @ 9526:457a30ed8ffb

convert/darcs: fix file renaming (issue1853)
author Patrick Mezard <pmezard@gmail.com>
date Sun, 04 Oct 2009 22:23:11 +0200
parents 2299c421a98e
children b3c13e721593
line wrap: on
line diff
--- a/tests/test-convert-darcs	Thu Aug 06 21:35:25 2009 -0700
+++ b/tests/test-convert-darcs	Sun Oct 04 22:23:11 2009 +0200
@@ -43,7 +43,12 @@
 darcs pull -a ../darcs-clone
 sleep 1
 echo e > a
+echo f > f
 darcs record -a -l -m p2
+
+echo % test file and directory move
+darcs mv f ff
+darcs record -a -l -m p3
 cd ..
 
 glog()