On Jan 25, 9:54 am, Simon King <[email protected]> wrote:
> * with hg_sage.log(), look up the version number of your changes
> * do hg_sage.export(version number, patch name). This produces a text
> file explaining your changes (this is the preferred format).
If you are exporting the most recent commit (the usual case), then you
can skip the hg_sage.log() and use:
hg_sage.export('tip', patch name)
Also, if you're going to be doing much Sage development (or
development with any other mercurial project) I highly recommend
learning about Mercurial queues.
Carl
--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---