view tests/test-chg.t @ 29454:ddbff1435e7b stable

Added signature for changeset 26a5d605b868
author Matt Mackall <mpm@selenic.com>
date Fri, 01 Jul 2016 15:12:33 -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]