view tests/test-chg.t @ 28894:0f59674dc9ff

revset: unindent codes in _getalias() function We generally do return early if tree isn't a tuple.
author Yuya Nishihara <yuya@tcha.org>
date Mon, 29 Feb 2016 22:10:48 +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]