tests/test-issue433.t
author Matt Mackall <mpm@selenic.com>
Wed, 01 Jun 2011 16:32:44 -0500
branchstable
changeset 14507 521496668568
parent 12346 3b165c127690
permissions -rw-r--r--
Added tag 1.8.4 for changeset 733af5d9f6b2

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]