Show More
@@ -842,6 +842,14 b' Check the output' | |||||
842 | C clean |
|
842 | C clean | |
843 | C subdir/clean |
|
843 | C subdir/clean | |
844 |
|
844 | |||
|
845 | FIXME: it's a bug in rhg that the status below is empty: | |||
|
846 | ||||
|
847 | $ hg status 'glob:subdir/*' | |||
|
848 | M subdir/modified (no-rhg !) | |||
|
849 | R subdir/removed (no-rhg !) | |||
|
850 | ! subdir/deleted (no-rhg !) | |||
|
851 | ? subdir/unknown (no-rhg !) | |||
|
852 | ||||
845 | Note: `hg status some-name` creates a patternmatcher which is not supported |
|
853 | Note: `hg status some-name` creates a patternmatcher which is not supported | |
846 | yet by the Rust implementation of status, but includematcher is supported. |
|
854 | yet by the Rust implementation of status, but includematcher is supported. | |
847 | --include is used below for that reason |
|
855 | --include is used below for that reason |
General Comments 0
You need to be logged in to leave comments.
Login now