diff tests/test-phabricator.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 a641fd1a1196
children 10c53b2e9d52
line wrap: on
line diff
--- a/tests/test-phabricator.t	Sat Sep 15 00:50:21 2018 -0400
+++ b/tests/test-phabricator.t	Sat Sep 15 00:46:17 2018 -0400
@@ -1,7 +1,7 @@
 #require vcr
   $ cat >> $HGRCPATH <<EOF
   > [extensions]
-  > phabricator = $TESTDIR/../contrib/phabricator.py
+  > phabricator = 
   > EOF
   $ hg init repo
   $ cd repo