[issue2900] hg convert corrupts repository
Gili
bugs at mercurial.selenic.com
Wed Jul 13 15:55:30 UTC 2011
New submission from Gili <cowwoc at bbs.darktech.org>:
I've used "hg convert" for months with no problem but I just noticed a
specific case where it seems to corrupt repositories.
Using Mercurial 1.9+10-e9264b45237d
"hg verify" on the original repository returns:
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
183 files, 43 changesets, 436 total revisions
I invoke "hg convert --authormap authors.txt jperipheral jperipheral.new".
This completes without any warnings or errors.
"hg verify" on the new repository returns:
checking changesets
checking manifests
crosschecking files in changesets and manifests
0: changeset refers to unknown manifest 000000000000
checking files
183 files, 43 changesets, 436 total revisions
1 integrity errors encountered!
(first damaged changeset appears to be 0)
The first changeset is pretty big (15MB). The entire repository is around
40MB. Please let me know what I can do to help you reproduce this bug. Are
there any extra logs I can enable?
----------
messages: 16816
nosy: cowwoc
priority: critical
status: unread
title: hg convert corrupts repository
____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2900>
____________________________________________________
More information about the Mercurial-devel
mailing list