On Thu, Mar 10, 2011 at 02:45:32PM -0300, Jorge Arellano Cid wrote:
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).
I also just looked around and it seems to be on a different machine (hg.dillo.org) where I can't log in.
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...
Once we have access to the main repo it's no problem to fix that. Cheers, Johannes