Show More
@@ -123,12 +123,12 b' tweaking defaults works' | |||||
123 | ? b/in_b (glob) |
|
123 | ? b/in_b (glob) | |
124 | ? in_root |
|
124 | ? in_root | |
125 | $ HGPLAINEXCEPT=tweakdefaults hg status --cwd a --config ui.tweakdefaults=yes |
|
125 | $ HGPLAINEXCEPT=tweakdefaults hg status --cwd a --config ui.tweakdefaults=yes | |
126 | ? 1/in_a_1 |
|
126 | ? 1/in_a_1 (glob) | |
127 | ? in_a |
|
127 | ? in_a | |
128 | ? ../b/1/in_b_1 |
|
128 | ? ../b/1/in_b_1 (glob) | |
129 | ? ../b/2/in_b_2 |
|
129 | ? ../b/2/in_b_2 (glob) | |
130 | ? ../b/in_b |
|
130 | ? ../b/in_b (glob) | |
131 | ? ../in_root |
|
131 | ? ../in_root (glob) | |
132 |
|
132 | |||
133 | relative paths can be requested |
|
133 | relative paths can be requested | |
134 |
|
134 | |||
@@ -157,11 +157,11 b' if relative paths are explicitly off, tw' | |||||
157 | > status.relative = False |
|
157 | > status.relative = False | |
158 | > EOF |
|
158 | > EOF | |
159 | $ hg status --cwd a --config ui.tweakdefaults=yes |
|
159 | $ hg status --cwd a --config ui.tweakdefaults=yes | |
160 |
? a/1/in_a_1 |
|
160 | ? a/1/in_a_1 | |
161 |
? a/in_a |
|
161 | ? a/in_a | |
162 |
? b/1/in_b_1 |
|
162 | ? b/1/in_b_1 | |
163 |
? b/2/in_b_2 |
|
163 | ? b/2/in_b_2 | |
164 |
? b/in_b |
|
164 | ? b/in_b | |
165 | ? in_root |
|
165 | ? in_root | |
166 |
|
166 | |||
167 | $ cd .. |
|
167 | $ cd .. |
General Comments 0
You need to be logged in to leave comments.
Login now