tests/test-status.t
changeset 27720 89f49813526c
parent 27668 369c8f9453c2
child 27743 5dcadc6c5aed
equal deleted inserted replaced
27719:7ce8a13b8d77 27720:89f49813526c
   386   $ hg status -A --rev 0
   386   $ hg status -A --rev 0
   387   M file
   387   M file
   388 
   388 
   389 #endif
   389 #endif
   390 
   390 
       
   391 reverted and commit change should appear clean
       
   392 
       
   393   $ hg revert -r 0 .
       
   394   reverting file
       
   395   $ hg ci -m a
       
   396   $ hg status -A --rev 0 --rev 2
       
   397   C file
       
   398 
   391   $ cd ..
   399   $ cd ..
   392 
   400 
   393 hg status of binary file starting with '\1\n', a separator for metadata:
   401 hg status of binary file starting with '\1\n', a separator for metadata:
   394 
   402 
   395   $ hg init repo5
   403   $ hg init repo5