view tests/test-issue433.t @ 13679:2b8c5fc7dc1d stable

i18n-de: added translations concerning rebase
author thron7 <thron7@users.sourceforge.net>
date Sun, 13 Mar 2011 14:16: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]