view tests/test-chg.t @ 29069:e2a1648a6ce7

tests: test histedit base command plan help
author timeless <timeless@mozdev.org>
date Tue, 03 May 2016 15:26:51 +0000
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]