##// END OF EJS Templates
setup: ignore extension load failures when finding working hg...
Ryan McElroy -
r36702:5f41e341 default
parent child Browse files
Show More
@@ -255,6 +255,7 b' def filterhgerr(err):'
255 if (not e.startswith(b'not trusting file')
255 if (not e.startswith(b'not trusting file')
256 and not e.startswith(b'warning: Not importing')
256 and not e.startswith(b'warning: Not importing')
257 and not e.startswith(b'obsolete feature not enabled')
257 and not e.startswith(b'obsolete feature not enabled')
258 and not e.startswith(b'*** failed to import extension')
258 and not e.startswith(b'devel-warn:'))]
259 and not e.startswith(b'devel-warn:'))]
259 return b'\n'.join(b' ' + e for e in err)
260 return b'\n'.join(b' ' + e for e in err)
260
261
General Comments 0
You need to be logged in to leave comments. Login now