tests/test-chg.t
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 27 Mar 2016 11:39:39 -0700
changeset 28652 c617614aefd2
parent 28516 3bf2892f685f
child 29088 983353035cec
permissions -rw-r--r--
sslutil: remove indentation in wrapsocket declaration It is no longer needed because we have a single code path.

init repo

  $ hg init foo
  $ cd foo

ill-formed config

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