On Jul 2, 6:57 pm, john_perry_usm <[email protected]> wrote: > Hi, > > I'm trying to referee the spkg for bug 6362 here, > > http://trac.sagemath.org/sage_trac/ticket/6362 > > I understand that I'm supposed to use hg to check for changes, but how > precisely to go about this? > > regards > john perry
If I understand your question right, then: download the spkg extract the archive: tar jxf singular-3-1-0-4-20090620.spkg cd singular-3-1-0-4-20090620 Then you are in a directory with a Mercurial repository, so you can use "hg command" to execute Mercurial commands from the command line. It seems to me that hg diff -r 76:77 shows the difference between changesets 76 and 77, which I think is the most recent change. John --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
