Show More
@@ -842,6 +842,12 b' Check the output' | |||
|
842 | 842 | C clean |
|
843 | 843 | C subdir/clean |
|
844 | 844 | |
|
845 | $ hg status path:subdir | |
|
846 | M subdir/modified | |
|
847 | R subdir/removed | |
|
848 | ! subdir/deleted | |
|
849 | ? subdir/unknown | |
|
850 | ||
|
845 | 851 | FIXME: it's a bug in rhg that the status below is empty: |
|
846 | 852 | |
|
847 | 853 | $ hg status 'glob:subdir/*' |
@@ -850,6 +856,14 b" FIXME: it's a bug in rhg that the status" | |||
|
850 | 856 | ! subdir/deleted (no-rhg !) |
|
851 | 857 | ? subdir/unknown (no-rhg !) |
|
852 | 858 | |
|
859 | FIXME: it's a bug (both in rhg and in Python) that the status below is wrong, | |
|
860 | in rhg it's empty, in Python it's missing the unknown file: | |
|
861 | ||
|
862 | $ hg status rootfilesin:subdir | |
|
863 | M subdir/modified (no-rhg !) | |
|
864 | R subdir/removed (no-rhg !) | |
|
865 | ! subdir/deleted (no-rhg !) | |
|
866 | ||
|
853 | 867 | Note: `hg status some-name` creates a patternmatcher which is not supported |
|
854 | 868 | yet by the Rust implementation of status, but includematcher is supported. |
|
855 | 869 | --include is used below for that reason |
General Comments 0
You need to be logged in to leave comments.
Login now