tests/test-issue433.t
author Matt Mackall <mpm@selenic.com>
Wed, 16 Feb 2011 14:13:22 -0600
branchstable
changeset 13427 2432b3227303
parent 12346 3b165c127690
permissions -rw-r--r--
merge default into stable for 1.8 code freeze

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]