D4602: phabricator: move extension from contrib to hgext
yuja (Yuya Nishihara)
phabricator at mercurial-scm.org
Sat Sep 15 07:23:45 UTC 2018
yuja added a comment.
Added workaround for test-check-help. as follows:
diff --git a/tests/test-check-help.t b/tests/test-check-help.t
--- a/tests/test-check-help.t
+++ b/tests/test-check-help.t
@@ -26,4 +26,4 @@ Check if ":hg:`help TOPIC`" is valid:
$ 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
This doesn't look nice, but should be okay for now.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D4602
To: durin42, #hg-reviewers
Cc: yuja, mercurial-devel
More information about the Mercurial-devel
mailing list