Show More
@@ -9,10 +9,6 b'' | |||||
9 | > EOF |
|
9 | > EOF | |
10 | #endif |
|
10 | #endif | |
11 |
|
11 | |||
12 | TODO: fix rhg bugs that make this test fail when status is enabled |
|
|||
13 | $ unset RHG_STATUS |
|
|||
14 |
|
||||
15 |
|
||||
16 | $ hg init ignorerepo |
|
12 | $ hg init ignorerepo | |
17 | $ cd ignorerepo |
|
13 | $ cd ignorerepo | |
18 |
|
14 | |||
@@ -63,9 +59,19 b' Should display baz only:' | |||||
63 | ? syntax |
|
59 | ? syntax | |
64 |
|
60 | |||
65 | $ echo "*.o" > .hgignore |
|
61 | $ echo "*.o" > .hgignore | |
|
62 | #if no-rhg | |||
66 | $ hg status |
|
63 | $ hg status | |
67 | abort: $TESTTMP/ignorerepo/.hgignore: invalid pattern (relre): *.o (glob) |
|
64 | abort: $TESTTMP/ignorerepo/.hgignore: invalid pattern (relre): *.o (glob) | |
68 | [255] |
|
65 | [255] | |
|
66 | #endif | |||
|
67 | #if rhg | |||
|
68 | $ hg status | |||
|
69 | Unsupported syntax regex parse error: | |||
|
70 | ^(?:*.o) | |||
|
71 | ^ | |||
|
72 | error: repetition operator missing expression | |||
|
73 | [255] | |||
|
74 | #endif | |||
69 |
|
75 | |||
70 | Ensure given files are relative to cwd |
|
76 | Ensure given files are relative to cwd | |
71 |
|
77 |
General Comments 0
You need to be logged in to leave comments.
Login now