Blake warned about the same thing on IRC. It's a6c12acfa421.

That said, having talked it through with him, it seems unlikely that it'll 
break in this situation.

----- Original Message -----
From: "Justin Lebar" <justin.le...@gmail.com>
To: "Ryan VanderMeulen" <rvandermeu...@mozilla.com>
Cc: b2g-inter...@mozilla.org, "dev-b2g" <dev-b2g@lists.mozilla.org>, "Wesley 
Kocher" <wkoc...@mozilla.com>, "Phil Ringnalda" <philringna...@gmail.com>, 
"release" <rele...@mozilla.com>, "Clint Talbert" <ctalb...@mozilla.com>, "Ed 
Morley" <emor...@mozilla.com>
Sent: Wednesday, May 29, 2013 5:21:43 PM
Subject: Re: Birch repository corruption

>     hg strip -f --no-backup -r 133188:tip

That won't necessarily work if your local rev number does not match up
with birch's.

What's the hash of the relevant changeset?

On Wed, May 29, 2013 at 4:13 PM, Ryan VanderMeulen
<rvandermeu...@mozilla.com> wrote:
> Earlier today, the birch repository was corrupted due to issues which are 
> still under investigation. The corruption has been fixed in the master 
> repository, and no changesets were lost.
>
> The possibility exists that your local clone is also corrupted if you pulled 
> from birch during that time period.
>
> To see if your clone is corrupted, you can run |hg verify| on it. If it shows 
> problems:
> * From our testing, you should be able to push from your local clone without 
> re-breaking things.
> * When you are in a position to do so,  the following command should fix it:
>     hg strip -f --no-backup -r 133188:tip && hg update -C && hg pull && hg 
> update -C
> * You can confirm that your clone is fixed by running |hg verify| on it again.
>
> Note that any local changes to your repository WILL BE LOST when the above 
> command is run, so make sure any patches in progress are backed up beforehand.
>
> If you need any help with the hg commands, please ask in #hg or #releng or 
> ping me directly.
>
> Apologies for any inconveniences this may have caused.
>
> Thanks,
> Ryan
> _______________________________________________
> b2g-internal mailing list
> b2g-inter...@mozilla.org
> https://mail.mozilla.org/listinfo/b2g-internal
_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to