tests/test-status.t
branchstable
changeset 46488 40c8ae49561d
parent 44748 a467416c493c
child 46489 fb6eca7b8c63
equal deleted inserted replaced
46487:839cacdff919 46488:40c8ae49561d
   678   $ hg init repo0
   678   $ hg init repo0
   679   $ mkdir symlink-repo0
   679   $ mkdir symlink-repo0
   680   $ cd symlink-repo0
   680   $ cd symlink-repo0
   681   $ ln -s ../repo0/.hg
   681   $ ln -s ../repo0/.hg
   682   $ hg status
   682   $ hg status
       
   683 
       
   684 Check using include flag with pattern when status does not need to traverse
       
   685 the working directory (issue6483)
       
   686 
       
   687   $ cd ..
       
   688   $ hg init issue6483
       
   689   $ cd issue6483
       
   690   $ touch a.py b.rs
       
   691   $ hg add a.py b.rs
       
   692   $ hg st -aI "*.py"
       
   693   A a.py
       
   694   A b.rs (known-bad-output rust !)