tests/test-largefiles.t
branchstable
changeset 21196 5c0d5b95b824
parent 21110 49e13e76ec5a
child 21209 c5d35995d192
--- a/tests/test-largefiles.t	Sat Apr 26 18:13:06 2014 +0900
+++ b/tests/test-largefiles.t	Fri Apr 25 22:34:09 2014 -0400
@@ -214,8 +214,18 @@
   ./baz/largefile
   ./dirb
   ./dirb/largefile
-  ./foo
-  $ cd ../../a
+  $ cd ..
+  $ hg mv dira dirc
+  moving .hglf/dira/baz/largefile to .hglf/dirc/baz/largefile (glob)
+  moving .hglf/dira/dirb/largefile to .hglf/dirc/dirb/largefile (glob)
+  $ find * | sort
+  dirc
+  dirc/baz
+  dirc/baz/largefile
+  dirc/dirb
+  dirc/dirb/largefile
+  $ hg up -qC
+  $ cd ../a
 
 #if serve
 Test display of largefiles in hgweb