[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hg repo corruption, please strip and pull again
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: hg repo corruption, please strip and pull again |
Date: |
Tue, 18 Jun 2013 13:19:34 -0400 |
On 18 June 2013 13:05, c. <address@hidden> wrote:
>
> On 18 Jun 2013, at 16:32, Jordi Gutiérrez Hermoso <address@hidden> wrote:
>> I have fixed Savannah's copy, but you will also need to fix your own
>> copy. First, strip the bad commit:
>>
>> hg strip --config extensions.mq= -r c754490abae5 --no-backup
>>
>> The --no-backup is important, otherwise hg will error out when trying
>> to create a backup of the bad commit.
>>
>> Then pull again from Savannah.
>
> $ hg strip --config extensions.mq= -r c754490abae5 --no-backup
> abort: unknown revision 'c754490abae5'!
>
> does this mean I never pulled the corrupted changeset so I don't need to
> strip it?
Yep. You should be ok now.
- Jordi G. H.