Skip to content
Snippets Groups Projects
Commit 28a0e6a4e824 authored by Matt Harbison's avatar Matt Harbison
Browse files

test-status: glob fixes for Windows

parent 19b0fd4b5570
No related branches found
No related tags found
No related merge requests found
......@@ -123,5 +123,5 @@
? b/in_b (glob)
? in_root
$ HGPLAINEXCEPT=tweakdefaults hg status --cwd a --config ui.tweakdefaults=yes
? 1/in_a_1
? 1/in_a_1 (glob)
? in_a
......@@ -127,8 +127,8 @@
? in_a
? ../b/1/in_b_1
? ../b/2/in_b_2
? ../b/in_b
? ../in_root
? ../b/1/in_b_1 (glob)
? ../b/2/in_b_2 (glob)
? ../b/in_b (glob)
? ../in_root (glob)
relative paths can be requested
......@@ -157,11 +157,11 @@
> status.relative = False
> EOF
$ hg status --cwd a --config ui.tweakdefaults=yes
? a/1/in_a_1 (glob)
? a/in_a (glob)
? b/1/in_b_1 (glob)
? b/2/in_b_2 (glob)
? b/in_b (glob)
? a/1/in_a_1
? a/in_a
? b/1/in_b_1
? b/2/in_b_2
? b/in_b
? in_root
$ cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment