tests/test-issue433.t
author Erik Zielke <ez@aragost.com>
Mon, 08 Nov 2010 10:56:47 +0100
branchstable
changeset 12955 158ca54a79cc
parent 12346 3b165c127690
permissions -rw-r--r--
run-test: fixed wrong parenthesis Fixed wrong placement of end parenthesis, from b911cb80c671

http://mercurial.selenic.com/bts/issue433

  $ hg init
  $ echo a > a
  $ hg commit -Ama
  adding a

  $ hg parents -r 0 doesnotexist
  abort: 'doesnotexist' not found in manifest!
  [255]