tests/test-issue433.t
author Matt Mackall <mpm@selenic.com>
Thu, 21 Apr 2011 15:10:59 -0500
branchstable
changeset 13981 5da07017a4ce
parent 12346 3b165c127690
permissions -rw-r--r--
merge with i18n

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]