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? -- Cheers Jorge.-
On Thu, Mar 10, 2011 at 01:46:32PM -0300, 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?
BTW, I just also pushed them correctly to "dillo_port1.3", so now there's a new UI and no need to apply any patch on top. This is not finished, I'm working on the details (minor stuff) but decided to commit early so everybody can try the code. The missing parts already work in my prototype so it's more merging work than anything. BTW, tabs are completely new (custom which gives more control over them), and part of a major simplification of the code. For instance I hooked right-click to close-tab just for testing and it feels handy! :) Please enjoy. -- Cheers Jorge.-
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
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.-
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
Try 'hg strip': http://mercurial.selenic.com/wiki/Strip Cheers, ~Benjamin On 3/10/11, Jorge Arellano Cid <jcid@dillo.org> 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?
-- Cheers Jorge.-
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
On Thu, Mar 10, 2011 at 12:18:38PM -0500, Benjamin Johnson wrote:
Try 'hg strip': http://mercurial.selenic.com/wiki/Strip
That would also work, but in all cases you need access to the master repo on hg.dillo.org. Can you log in there? Otherwise Andreas would have to help. Cheers, Johannes
On Thu, Mar 10, 2011 at 06:46:54PM +0100, Johannes Hofmann wrote:
On Thu, Mar 10, 2011 at 12:18:38PM -0500, Benjamin Johnson wrote:
Try 'hg strip': http://mercurial.selenic.com/wiki/Strip
That would also work, but in all cases you need access to the master repo on hg.dillo.org. Can you log in there?
Nope.
Otherwise Andreas would have to help.
Please contact him, and please also fix the repo. I don't have the newest tip just in case things go wrong again. -- Cheers Jorge.-
participants (4)
-
jcid@dillo.org
-
Johannes.Hofmann@gmx.de
-
johannes.hofmann@gmx.de
-
obeythepenguin@gmail.com