tests/test-issue433.t
author Martin Geisler <mg@lazybytes.net>
Wed, 16 Mar 2011 15:34:45 +0100
branchstable
changeset 13658 6cc306093b99
parent 12346 3b165c127690
permissions -rw-r--r--
relink: mark abort message 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]