On Fri, Jul 3, 2009 at 12:15 AM, John Perry<john.pe...@usm.edu> wrote: > William > > Is there a fast way to see all the changes to a sage package? I've looked at > the diff's and they're fine, but I haven't checked every line of code between > the package Martin supplied & the modified package from aginiewicz. I'd do > that though if I knew a fast way to do it.
Everything not in src/ should be under revision control, i.e., be in an hg repo. So do hg log hg diff <changeset number> etc. William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---