tests/test-issue433.t
author Martin Geisler <mg@aragost.com>
Thu, 24 Feb 2011 15:35:22 +0100
branchstable
changeset 13470 64ce09e93aff
parent 12346 3b165c127690
permissions -rw-r--r--
commands: mark strings for translation

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]