tests/test-issue433.t
author Patrick Mezard <pmezard@gmail.com>
Tue, 28 Sep 2010 01:11:24 +0200
changeset 12577 05210e955bef
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]