view tests/test-issue433.t @ 13739:913c2c66a555 stable

i18n-pt_BR: synchronized with 6783f47d90dd
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Wed, 23 Mar 2011 13:58:33 -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]