view tests/test-chg.t @ 28792:507136150d2b

parsers: fix istat macro to work with single line if statement
author Matt Fowles <matt.fowles@gmail.com>
date Tue, 05 Apr 2016 10:43:43 -0400
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]