##// END OF EJS Templates
status: add test that shows that the Rust implementation has a bug...
Raphaël Gomès -
r47217:40c8ae49 stable
parent child Browse files
Show More
@@ -680,3 +680,15 b" Make sure .hg doesn't show up even as a "
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 !)
General Comments 0
You need to be logged in to leave comments. Login now