Comment 12 for bug 183559

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 183559] Re: bzr switch should have a -r option

2009/11/17 Nishi <email address hidden>:
> @Max Bowsher, Re: "bzr pull --overwrite -r X"
>
> I searched for "update -r" or "git dissect" analogs and found yours "bzr
> pull --overwrite -r X".
>
> Sad, sad day for me... Very sad...
> It destroyed my last changes.
>
> I "bzr pull --overwrite -r X" to update just working tree 10 revisions
> back. And know I cannot get them back!
>
> I suspect they are completely destroed, is it correct?! I have only one local branch for my (freelance) project.
> Please tell me, it my project can be recovered?!

Running 'bzr heads' (from the bzrtools plugin) will tell you about
unrerefenced revisions; you can then revert to one of them using "bzr
pull -r revid:...." from that list.

Sorry for the trouble.

--
Martin <http://launchpad.net/~mbp/>