view tests/test-chg.t @ 28832:f5ff10f6fa6b

util: use __code__ (available since py2.6)
author timeless <timeless@mozdev.org>
date Tue, 29 Mar 2016 17:43:23 +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]