On Sep 18, 8:29 am, Marco Streng <marco.str...@gmail.com> wrote: > ps 1 (offtopic). I found this out by trying a few cusom trac queries > and trac searches and reading quite a few of the search results. Is > there a more automated way of finding out in which ticket a piece of > code was changed?
Using "hg annotate" (or, more appropriately spelled, "hg blame") you get a file listing with the last revision number that this line was changed. In a good world, the commit message has the trac # in it. For operations like this, the interactive "hg serve" (provides a local webserver) is particularly convenient. You can step through different revisions by just clicking. -- 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