[issue3410] 'hg comit --amend' breaks when committing renames of added files

basti bugs at mercurial.selenic.com
Mon Apr 30 07:47:05 CDT 2012


New submission from basti <sbildner at gmail.com>:

$ hg version -q
Mercurial Distributed SCM (version 2.2-rc+76-be786c5ac0a8)
$ hg init
$ echo a > a
$ hg add
adding a
$ hg commit -m a
$ hg mv a b
$ hg commit --amend -m b
saved backup bundle to [...]/.hg/strip-backup/fc14e78f4ca9-amend-backup.hg
$ hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
 b at 0: empty or missing copy source revlog a:b789fdd96dc2
1 files, 1 changesets, 1 total revisions
1 integrity errors encountered!
(first damaged changeset appears to be 0)

----------
messages: 19812
nosy: basti
priority: bug
status: unread
title: 'hg comit --amend' breaks when committing renames of added files

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3410>
____________________________________________________


More information about the Mercurial-devel mailing list