tests/test-issue433.t
author Matt Mackall <mpm@selenic.com>
Tue, 15 Mar 2011 16:53:46 -0500
changeset 13653 30a0e3519f69
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]