tests/test-chg.t
author Matt Mackall <mpm@selenic.com>
Wed, 01 Jun 2016 15:48:30 -0500
branchstable
changeset 29271 3737f9818133
parent 28516 3bf2892f685f
child 29088 983353035cec
permissions -rw-r--r--
Added tag 3.8.3 for changeset a9764ab80e11

init repo

  $ hg init foo
  $ cd foo

ill-formed config

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