tests/test-issue433.t
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 10 Dec 2010 23:05:48 +0100
changeset 13122 4a13ca2c21ce
parent 12346 3b165c127690
permissions -rw-r--r--
merge with stable

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]