On Wed, Feb 3, 2010 at 5:50 AM, Dima Pasechnik <dimp...@gmail.com> wrote: > I need to issue updates to the patch on a trac ticket I issued. > What is the correct mode of operation: > > open a new ticket referring to this one? > --- clear how to proceed > > make a new patch replacing the present one? > --- I have trouble understanding how to do this in mercurial. > Do I backout my previous patch and make a new one? (I tried this > and it didn't seem to work. If anyone knows > how to do this exactly, I'd most appreciate hearing details or being > pointed to a readable manual/howto...)
Assuming that the ticket you opened has not been closed, one thing you could try is to start from a "clean" version of 4.3.2.a1, create a clone, apply your old patch to the clone, edit the files you want to edit in devel/sage-myclone/sage/groups/ or whatever, run sage -b, test, create a new patch using hg_sage.commit etc, post that patch. There is a way to revert, which might be a better way to go, but I think the above should work. > > bang my head on the keyboard endlessly, as I didn't clone the version > I made the original patch against? > > Thanks, > Dima > > -- > To post to this group, send an email to sage-devel@googlegroups.com > To unsubscribe from this group, send an email to > sage-devel+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-devel > URL: http://www.sagemath.org > -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org