> 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 <[email protected]> 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 > [email protected] > https://mail.mozilla.org/listinfo/b2g-internal _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
