tests/test-add.t
branchstable
changeset 26000 9ac4e81b9659
parent 25762 f4412380d357
child 26614 ef1eb6df7071
equal deleted inserted replaced
25997:d4e1e947444b 26000:9ac4e81b9659
   230   +++ b/CapsDir1/CapsDir/SubDir/Def.txt	* +0000 (glob)
   230   +++ b/CapsDir1/CapsDir/SubDir/Def.txt	* +0000 (glob)
   231   @@ -1,1 +1,1 @@
   231   @@ -1,1 +1,1 @@
   232   -xyz
   232   -xyz
   233   +def
   233   +def
   234 
   234 
       
   235   $ hg mv CapsDir1/CapsDir/abc.txt CapsDir1/CapsDir/ABC.txt
       
   236   moving CapsDir1/CapsDir/AbC.txt to CapsDir1/CapsDir/ABC.txt (glob)
       
   237   $ hg ci -m "case changing rename" CapsDir1/CapsDir/AbC.txt CapsDir1/CapsDir/ABC.txt
       
   238 
       
   239   $ hg status -A capsdir1/capsdir
       
   240   M CapsDir1/CapsDir/SubDir/Def.txt
       
   241   C CapsDir1/CapsDir/ABC.txt
       
   242 
   235   $ hg remove -f 'glob:**.txt' -X capsdir1/capsdir
   243   $ hg remove -f 'glob:**.txt' -X capsdir1/capsdir
   236   $ hg remove -f 'glob:**.txt' -I capsdir1/capsdir
   244   $ hg remove -f 'glob:**.txt' -I capsdir1/capsdir
   237   removing CapsDir1/CapsDir/AbC.txt (glob)
   245   removing CapsDir1/CapsDir/ABC.txt (glob)
   238   removing CapsDir1/CapsDir/SubDir/Def.txt (glob)
   246   removing CapsDir1/CapsDir/SubDir/Def.txt (glob)
   239 #endif
   247 #endif
   240 
   248 
   241   $ cd ..
   249   $ cd ..