Show More
@@ -116,6 +116,7 b' for i in [0, 1]:' | |||||
116 | utestpats[i].append((p, m)) |
|
116 | utestpats[i].append((p, m)) | |
117 |
|
117 | |||
118 | utestfilters = [ |
|
118 | utestfilters = [ | |
|
119 | (r"<<(\S+)((.|\n)*?\n > \1)", rephere), | |||
119 | (r"( *)(#([^\n]*\S)?)", repcomment), |
|
120 | (r"( *)(#([^\n]*\S)?)", repcomment), | |
120 | ] |
|
121 | ] | |
121 |
|
122 |
@@ -162,19 +162,6 b'' | |||||
162 | tests/autodiff.py:0: |
|
162 | tests/autodiff.py:0: | |
163 | > ui.write('data lost for: %s\n' % fn) |
|
163 | > ui.write('data lost for: %s\n' % fn) | |
164 | warning: unwrapped ui message |
|
164 | warning: unwrapped ui message | |
165 | tests/test-convert-mtn.t:0: |
|
|||
166 | > > function get_passphrase(keypair_id) |
|
|||
167 | don't use 'function', use old style |
|
|||
168 | tests/test-import-git.t:0: |
|
|||
169 | > > Mc\${NkU|\`?^000jF3jhEB |
|
|||
170 | ^ must be quoted |
|
|||
171 | tests/test-import.t:0: |
|
|||
172 | > > diff -Naur proj-orig/foo proj-new/foo |
|
|||
173 | don't use 'diff -N' |
|
|||
174 | don't use 'diff -N' |
|
|||
175 | tests/test-schemes.t:0: |
|
|||
176 | > > z = file:\$PWD/ |
|
|||
177 | don't use $PWD, use `pwd` |
|
|||
178 | tests/test-ui-color.py:0: |
|
165 | tests/test-ui-color.py:0: | |
179 |
> testui.warn(' |
|
166 | > testui.warn('warning\n') | |
180 | warning: unwrapped ui message |
|
167 | warning: unwrapped ui message |
General Comments 0
You need to be logged in to leave comments.
Login now