view tests/test-chg.t @ 29028:67fd250b7c21 stable

hghave: remove unused check for bdist_mpkg
author Kevin Bullock <kbullock+mercurial@ringworld.org>
date Fri, 29 Apr 2016 14:14:00 -0500
parents 3bf2892f685f
children 983353035cec
line wrap: on
line source

init repo

  $ hg init foo
  $ cd foo

ill-formed config

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