view tests/test-chg.t @ 28801:441491aba8c3

test-ctxmanager: stop direct symbol import of mercurial.util
author Yuya Nishihara <yuya@tcha.org>
date Tue, 05 Apr 2016 23:13:52 +0900
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]