view tests/test-issue433.t @ 13431:69c773750055 stable

test-convert: update output to match 0079fb98e8d0
author Martin Geisler <mg@aragost.com>
date Thu, 17 Feb 2011 09:19:15 +0100
parents 3b165c127690
children
line wrap: on
line source

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]