tests/test-chg.t
author Yuya Nishihara <yuya@tcha.org>
Mon, 14 Mar 2016 00:06:52 +0900
changeset 28621 d856e85a8a7a
parent 28516 3bf2892f685f
child 29088 983353035cec
permissions -rw-r--r--
dispatch: make cmdalias forward command attributes to function This delays resolution of command attributes so that missing attributes can be warned only when necessary.

init repo

  $ hg init foo
  $ cd foo

ill-formed config

  $ hg status
  $ echo '=brokenconfig' >> $HGRCPATH
  $ hg status
  hg: parse error at * (glob)
  [255]