view tests/test-issue433.t @ 12265:1ed2dc9d4368

patchbomb: show progress when sending emails or writing mbox
author Yuya Nishihara <yuya@tcha.org>
date Sun, 12 Sep 2010 16:10:41 +0900
parents ee41be2bbf5a
children 4134686b83e1
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!

  $ true