comparison 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
comparison
equal deleted inserted replaced
39651:a641fd1a1196 39652:d2c81e83de2a
24 (use "xargs -n1 -t" to see which help commands are executed) 24 (use "xargs -n1 -t" to see which help commands are executed)
25 25
26 $ testrepohg files 'glob:{hgdemandimport,hgext,mercurial}/**/*.py' \ 26 $ testrepohg files 'glob:{hgdemandimport,hgext,mercurial}/**/*.py' \
27 > | sed 's|\\|/|g' \ 27 > | sed 's|\\|/|g' \
28 > | xargs $PYTHON "$TESTTMP/scanhelptopics.py" \ 28 > | xargs $PYTHON "$TESTTMP/scanhelptopics.py" \
29 > | xargs -n1 hg help > /dev/null 29 > | xargs -n1 hg help --config extensions.phabricator= > /dev/null