10 Mar
2011
10 Mar
'11
6 p.m.
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. 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. Cheers, Johannes