Show More
@@ -262,7 +262,9 b' def filterhgerr(err):' | |||||
262 | and not e.startswith(b'warning: Not importing') |
|
262 | and not e.startswith(b'warning: Not importing') | |
263 | and not e.startswith(b'obsolete feature not enabled') |
|
263 | and not e.startswith(b'obsolete feature not enabled') | |
264 | and not e.startswith(b'*** failed to import extension') |
|
264 | and not e.startswith(b'*** failed to import extension') | |
265 |
and not e.startswith(b'devel-warn:') |
|
265 | and not e.startswith(b'devel-warn:') | |
|
266 | and not (e.startswith(b'(third party extension') | |||
|
267 | and e.endswith(b'or newer of Mercurial; disabling)')))] | |||
266 | return b'\n'.join(b' ' + e for e in err) |
|
268 | return b'\n'.join(b' ' + e for e in err) | |
267 |
|
269 | |||
268 | def findhg(): |
|
270 | def findhg(): |
General Comments 0
You need to be logged in to leave comments.
Login now