Mercurial > public > mercurial-scm > hg-stable
diff tests/test-flagprocessor.t @ 32744:ea1c2eb7abd3
extensions: catch uisetup and extsetup failures and don't let them break hg
Otherwise users of the patience diff extension will be unable to run
anything at all in hg 4.3 until they figure out what's broken.
author | Augie Fackler <augie@google.com> |
---|---|
date | Tue, 06 Jun 2017 10:09:48 -0400 |
parents | 0ab7f469d386 |
children | 41081364addb |
line wrap: on
line diff
--- a/tests/test-flagprocessor.t Tue Jun 06 10:03:16 2017 -0400 +++ b/tests/test-flagprocessor.t Tue Jun 06 10:09:48 2017 -0400 @@ -161,7 +161,8 @@ > EOF $ echo 'this should fail' > file $ hg commit -Aqm 'add file' - abort: cannot register multiple processors on flag '0x8'. + *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'. + abort: missing processor for flag '0x1'! [255] $ cd ..