tests/test-chg.t
author timeless <timeless@mozdev.org>
Thu, 21 Apr 2016 04:30:18 +0000
branchstable
changeset 28996 b74ca9ace65e
parent 28516 3bf2892f685f
child 29088 983353035cec
permissions -rw-r--r--
tests: tolerate http2 You can run tests like this: run-tests.py -l --extra-config-opt ui.usehttp2=true And ideally, no tests should fail...

init repo

  $ hg init foo
  $ cd foo

ill-formed config

  $ hg status
  $ echo '=brokenconfig' >> $HGRCPATH
  $ hg status
  hg: parse error at * (glob)
  [255]