[SOLVED?] (was: bitbucket repo: corruption again)
Uwe Brauer
oub at mat.ucm.es
Fri Aug 18 08:51:04 UTC 2017
>>> "Uwe" == Uwe Brauer <oub at mat.ucm.es> writes:
> Hi
> I just run
> hg verify and obtained
> checking files
> .issues/852812ec2976d2c0/new/1491473609.M833003P3379Q1.Gilgamesch@?: rev 0 points to unexpected changeset 160
> (expected 161 162 164 166 168)
> 48 files, 234 changesets, 432 total revisions
> 1 warnings encountered!
> 1 integrity errors encountered!
The following worked.
hg clone -r 159 repo-corrupt repo-new
cd repo-new
hg pull ../repo-corrupt
mv .issues/ .issues-old
rsycn -auvz ../repo-corrupt/.issues .
hg merge
hg commit "Finish repair"
Still I am puzzled.
More information about the Mercurial
mailing list