tests/test-status.t
changeset 47131 46c6be5f1efa
parent 47130 cfbbafb04037
child 47132 65e6970042c5
equal deleted inserted replaced
47130:cfbbafb04037 47131:46c6be5f1efa
   698   $ touch a.py b.rs
   698   $ touch a.py b.rs
   699   $ hg add a.py b.rs
   699   $ hg add a.py b.rs
   700   $ hg st -aI "*.py"
   700   $ hg st -aI "*.py"
   701   A a.py
   701   A a.py
   702 
   702 
       
   703 Also check exclude pattern
       
   704 
       
   705   $ hg st -aX "*.rs"
       
   706   A a.py
       
   707 
   703 issue6335
   708 issue6335
   704 When a directory containing a tracked file gets symlinked, as of 5.8
   709 When a directory containing a tracked file gets symlinked, as of 5.8
   705 `hg st` only gives the correct answer about clean (or deleted) files
   710 `hg st` only gives the correct answer about clean (or deleted) files
   706 if also listing unknowns.
   711 if also listing unknowns.
   707 The tree-based dirstate and status algorithm fix this:
   712 The tree-based dirstate and status algorithm fix this: