tests/test-chg.t
author Robert Stanca <robert.stanca7@gmail.com>
Mon, 04 Apr 2016 03:14:16 +0300
changeset 28754 7e5744e8334c
parent 28516 3bf2892f685f
child 29088 983353035cec
permissions -rw-r--r--
py3: use print_function in test-parseindex2.py

init repo

  $ hg init foo
  $ cd foo

ill-formed config

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