Mercurial > public > mercurial-scm > hg
diff tests/test-check-help.t @ 39652:d2c81e83de2a
phabricator: move extension from contrib to hgext
It's well-enough tested now and widely enough used I think we should
ship it.
Differential Revision: https://phab.mercurial-scm.org/D4602
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sat, 15 Sep 2018 00:46:17 -0400 |
parents | 80e5210df25c |
children | 5abc47d4ca6b |
line wrap: on
line diff
--- a/tests/test-check-help.t Sat Sep 15 00:50:21 2018 -0400 +++ b/tests/test-check-help.t Sat Sep 15 00:46:17 2018 -0400 @@ -26,4 +26,4 @@ $ testrepohg files 'glob:{hgdemandimport,hgext,mercurial}/**/*.py' \ > | sed 's|\\|/|g' \ > | xargs $PYTHON "$TESTTMP/scanhelptopics.py" \ - > | xargs -n1 hg help > /dev/null + > | xargs -n1 hg help --config extensions.phabricator= > /dev/null