tests/test-chg.t
author Kevin Bullock <kbullock+mercurial@ringworld.org>
Fri, 29 Apr 2016 14:14:00 -0500
branchstable
changeset 29028 67fd250b7c21
parent 28516 3bf2892f685f
child 29088 983353035cec
permissions -rw-r--r--
hghave: remove unused check for bdist_mpkg

init repo

  $ hg init foo
  $ cd foo

ill-formed config

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