##// END OF EJS Templates
phabricator: move extension from contrib to hgext...
Augie Fackler -
r39688:d2c81e83 default
parent child Browse files
Show More
1 NO CONTENT: file renamed from contrib/phabricator.py to hgext/phabricator.py
NO CONTENT: file renamed from contrib/phabricator.py to hgext/phabricator.py
@@ -26,4 +26,4 b' Check if ":hg:`help TOPIC`" is valid:'
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
@@ -1,7 +1,7 b''
1 #require vcr
1 #require vcr
2 $ cat >> $HGRCPATH <<EOF
2 $ cat >> $HGRCPATH <<EOF
3 > [extensions]
3 > [extensions]
4 > phabricator = $TESTDIR/../contrib/phabricator.py
4 > phabricator =
5 > EOF
5 > EOF
6 $ hg init repo
6 $ hg init repo
7 $ cd repo
7 $ cd repo
General Comments 0
You need to be logged in to leave comments. Login now