D4602: phabricator: move extension from contrib to hgext

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Sat Sep 15 05:24:07 UTC 2018


durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  It's well-enough tested now and widely enough used I think we should
  ship it.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D4602

AFFECTED FILES
  contrib/phabricator.py
  hgext/phabricator.py
  tests/test-phabricator.t

CHANGE DETAILS

diff --git a/tests/test-phabricator.t b/tests/test-phabricator.t
--- a/tests/test-phabricator.t
+++ b/tests/test-phabricator.t
@@ -1,7 +1,7 @@
 #require vcr
   $ cat >> $HGRCPATH <<EOF
   > [extensions]
-  > phabricator = $TESTDIR/../contrib/phabricator.py
+  > phabricator = 
   > EOF
   $ hg init repo
   $ cd repo
diff --git a/contrib/phabricator.py b/hgext/phabricator.py
rename from contrib/phabricator.py
rename to hgext/phabricator.py



To: durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list