view tests/test-issue433.t @ 14105:9dda9b5e744c stable

i18n-pt_BR: synchronized with 3c753f9a2fbc
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Mon, 25 Apr 2011 14:18:19 -0300
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]