The test fails when run with the '--chg' option. Therefore, this
commit modifies the test to make it compatible with chg.
Details
Details
- Reviewers
quark - Group Reviewers
hg-reviewers - Commits
- rHGf2268edf38d5: test-globalopts: make the test compatible with chg
Ran 'test-globalopts.t' with and without the '--chg' option.
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
--traceback turns on traceback printing. This means chg does not do what is expected.
To unblock the test, we can explicitly document that chg is broken here:
#if chg BROKEN: --traceback does not show --config errors. ... #else ... #endif