##// END OF EJS Templates
tests: move the phabricator auth token to the global config file...
Matt Harbison -
r45210:ed81fa85 default
parent child Browse files
Show More
@@ -3,6 +3,15 b''
3 > [extensions]
3 > [extensions]
4 > phabricator =
4 > phabricator =
5 >
5 >
6 > [auth]
7 > hgphab.schemes = https
8 > hgphab.prefix = phab.mercurial-scm.org
9 > # When working on the extension and making phabricator interaction
10 > # changes, edit this to be a real phabricator token. When done, edit
11 > # it back. The VCR transcripts will be auto-sanitised to replace your real
12 > # token with this value.
13 > hgphab.phabtoken = cli-hahayouwish
14 >
6 > [phabricator]
15 > [phabricator]
7 > debug = True
16 > debug = True
8 > EOF
17 > EOF
@@ -12,15 +21,6 b''
12 > [phabricator]
21 > [phabricator]
13 > url = https://phab.mercurial-scm.org/
22 > url = https://phab.mercurial-scm.org/
14 > callsign = HG
23 > callsign = HG
15 >
16 > [auth]
17 > hgphab.schemes = https
18 > hgphab.prefix = phab.mercurial-scm.org
19 > # When working on the extension and making phabricator interaction
20 > # changes, edit this to be a real phabricator token. When done, edit
21 > # it back. The VCR transcripts will be auto-sanitised to replace your real
22 > # token with this value.
23 > hgphab.phabtoken = cli-hahayouwish
24 > EOF
24 > EOF
25 $ VCR="$TESTDIR/phabricator"
25 $ VCR="$TESTDIR/phabricator"
26
26
General Comments 0
You need to be logged in to leave comments. Login now