tests/test-phabricator.t
changeset 44716 ed81fa859426
parent 44715 38f7b2f02f6d
child 44717 3dc6a70779f2
--- a/tests/test-phabricator.t	Sun Apr 05 21:19:21 2020 -0400
+++ b/tests/test-phabricator.t	Wed Apr 08 17:07:19 2020 -0400
@@ -3,6 +3,15 @@
   > [extensions]
   > phabricator = 
   > 
+  > [auth]
+  > hgphab.schemes = https
+  > hgphab.prefix = phab.mercurial-scm.org
+  > # When working on the extension and making phabricator interaction
+  > # changes, edit this to be a real phabricator token. When done, edit
+  > # it back. The VCR transcripts will be auto-sanitised to replace your real
+  > # token with this value.
+  > hgphab.phabtoken = cli-hahayouwish
+  > 
   > [phabricator]
   > debug = True
   > EOF
@@ -12,15 +21,6 @@
   > [phabricator]
   > url = https://phab.mercurial-scm.org/
   > callsign = HG
-  > 
-  > [auth]
-  > hgphab.schemes = https
-  > hgphab.prefix = phab.mercurial-scm.org
-  > # When working on the extension and making phabricator interaction
-  > # changes, edit this to be a real phabricator token. When done, edit
-  > # it back. The VCR transcripts will be auto-sanitised to replace your real
-  > # token with this value.
-  > hgphab.phabtoken = cli-hahayouwish
   > EOF
   $ VCR="$TESTDIR/phabricator"