Show More
@@ -3,6 +3,15 b'' | |||
|
3 | 3 | > [extensions] |
|
4 | 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 | 15 | > [phabricator] |
|
7 | 16 | > debug = True |
|
8 | 17 | > EOF |
@@ -12,15 +21,6 b'' | |||
|
12 | 21 | > [phabricator] |
|
13 | 22 | > url = https://phab.mercurial-scm.org/ |
|
14 | 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 | 24 | > EOF |
|
25 | 25 | $ VCR="$TESTDIR/phabricator" |
|
26 | 26 |
General Comments 0
You need to be logged in to leave comments.
Login now