tests/test-issue433.t
author Wagner Bruna <wbruna@yahoo.com>
Fri, 01 Apr 2011 07:53:15 -0300
branchstable
changeset 13843 2347feb35691
parent 12346 3b165c127690
permissions -rw-r--r--
i18n-pt_BR: synchronized with 794f4476b974

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]