view tests/test-issue433.t @ 12915:df1b65f8b4d4

patch: remove unused gitworkdone variable from iterhunks()
author Patrick Mezard <pmezard@gmail.com>
date Wed, 03 Nov 2010 21:11:05 +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]