Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6390791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:35:31+00:00 2026-05-25T03:35:31+00:00

I believe my most recent commit in Mercurial has become corrupt. I cannot commit

  • 0

I believe my most recent commit in Mercurial has become corrupt. I cannot commit anything anymore, nor can I rollback.

I ran hg verify which suggested I should run hg recover. I then ran hg recover as suggested and I am now getting the error:

abort: index 00manifest.i is corrupted!

According to this post: http://osdir.com/ml/version-control.mercurial.general/2007-03/msg00099.html I should be able to remove the last 64 bits from the 00manifest.i file and start working again.

Is this correct and how would I go about doing so?

PS. Everything I have done so far has been on a clone of the original repository.

Many thanks,

Andy

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T03:35:31+00:00Added an answer on May 25, 2026 at 3:35 am

    You can truncate 00manifest.i using a Python console:

    $ python
    >>> with open("00manifest.i.orig", 'rb') as fp:
    ...     data = fp.read()
    >>> with open("00manifest.i", 'wb') as fp:
    ...     fp.write(data[:-64])
    

    First, the file is read in binary mode. data is just a string. Then slicing is used to write back all but the last 64 bytes, again in binary mode.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I believe I understand properties for the most part. My question is, if I
I believe that quantifying the productivity increase (extra working hours) is the most effective
I believe the application has some parts that target .NET, and some that don't.
I believe any programmer who has been dealing with database requests in a gui
I have a coworker that is against type inference in C#. I believe most
I need a way of grabbing the most recent item added to a ReplaySubject
I have some NSOperations subclasses that handle CoreData imports. I believe i've ticked most
I am a firm believer in the idea that one of the most important
I believe I need a DTD to define the schema and an XSLT if
I believe strongly in using unit-tests as part of building large multi-platform applications. We

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.