D9414: tests: update test-chg.t with output change
pulkit (Pulkit Goyal)
phabricator at mercurial-scm.org
Fri Nov 27 16:03:01 UTC 2020
pulkit created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
Since this part of tests is only run with chg, hence it didn't get updated
when the error message changed.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D9414
AFFECTED FILES
tests/test-chg.t
CHANGE DETAILS
diff --git a/tests/test-chg.t b/tests/test-chg.t
--- a/tests/test-chg.t
+++ b/tests/test-chg.t
@@ -29,7 +29,7 @@
$ chg status
$ echo '=brokenconfig' >> $HGRCPATH
$ chg status
- hg: parse error at * (glob)
+ config error at * =brokenconfig (glob)
[255]
$ cp $HGRCPATH.orig $HGRCPATH
To: pulkit, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list