##// END OF EJS Templates
rhg: Accept different "invalid ignore pattern" error message formatting...
Simon Sapin -
r49343:262a38f1 default
parent child Browse files
Show More
@@ -9,10 +9,6 b''
9 9 > EOF
10 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 12 $ hg init ignorerepo
17 13 $ cd ignorerepo
18 14
@@ -63,9 +59,19 b' Should display baz only:'
63 59 ? syntax
64 60
65 61 $ echo "*.o" > .hgignore
62 #if no-rhg
66 63 $ hg status
67 64 abort: $TESTTMP/ignorerepo/.hgignore: invalid pattern (relre): *.o (glob)
68 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 76 Ensure given files are relative to cwd
71 77
General Comments 0
You need to be logged in to leave comments. Login now