tests/test-phabricator.t
author Yuya Nishihara <yuya@tcha.org>
Thu, 21 Nov 2019 22:43:01 +0900
changeset 43776 faa8a59f4a06
parent 43260 ec4dfcc39638
child 44125 a5e3f38407cb
permissions -rw-r--r--
graphlog: change state dict to attr struct This should help static analysis.

#require vcr
  $ cat >> $HGRCPATH <<EOF
  > [extensions]
  > phabricator = 
  > EOF
  $ hg init repo
  $ cd repo
  $ cat >> .hg/hgrc <<EOF
  > [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"