view tests/test-chg.t @ 28761:be13a0fb84e8

hghave: add hg06..hg39 hg output varies by version, this helps the hgbook hg 0.6 did not have a version command, so special case it... hg 0.7-0.8 had a version command which returned unknown... hg 0.8 added a --date flag to annotate hg 0.9 had a working version command!
author timeless <timeless@mozdev.org>
date Fri, 01 Apr 2016 13:20:47 +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]