10 Mar
2011
10 Mar
'11
6:46 p.m.
On Thu, Mar 10, 2011 at 05:59:21PM +0100, Johannes Hofmann wrote:
On Thu, Mar 10, 2011 at 04:46:32PM +0000, Jorge Arellano Cid wrote:
Hi there,
I just pushed 120 changesets to hg "dillo" instead of "dillo_port1.3" by mistake (wrong default).
Is there a simple way to clean the mess by purging the changes?
If it's the last push to the "dillo" repo, you can run hg rollback on the master repo.
Where's the master repo? (I can't find it in auriga).
Alternatively you can do hg clone -r <last good revision> dillo dillo_purged to create a new purged clone and then replace the master repo with that.
I don't have the last revision (haven't worked on 2.x for a while) Sorry for the troubles... -- Cheers Jorge.-