Hi, I would like to see a section on "rebasing patches" with mercurial queues, in the Developer's Manual. It is a frequent task to rebase a patch for a new version of Sage. I myself do this one way, but I am not sure if I am doing it the right way. My way is simply:
1. hg qpop -a 2. upgrade Sage. 3. hg qpush -a, hoping to see no rejects. I suspect this is a wrong way to do it, because there is a rebase extension to Mercurial, whose function I don't understand. Kwankyu -- 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