##// END OF EJS Templates
status: Extend issue 6483 test to exclude patterns...
Simon Sapin -
r47902:46c6be5f default
parent child Browse files
Show More
@@ -700,6 +700,11 b' the working directory (issue6483)'
700 700 $ hg st -aI "*.py"
701 701 A a.py
702 702
703 Also check exclude pattern
704
705 $ hg st -aX "*.rs"
706 A a.py
707
703 708 issue6335
704 709 When a directory containing a tracked file gets symlinked, as of 5.8
705 710 `hg st` only gives the correct answer about clean (or deleted) files
General Comments 0
You need to be logged in to leave comments. Login now