Is there a simple step-by-step guide to safely applying patches
somewhere? Everyone seems to do it differently. I found the following
thread helpful, but it would be good to summarise it somewhere:
http://groups.google.com/group/sage-devel/browse_thread/thread/6f9b59faccaafc12/300bca141f731323?lnk=gst&q=patch#300bca141f731323
By the way, there was an error in my upgrade because I just went into
the original folder where I did the upgrade and tried a ./sage -clone
myclone yielding the same error messages.
Cheers,
Stan
My file also has the following, in case it's helpful to others too:
[extensions]
record=
hgext.mq=
The "record=" enables hg record and hg qrecord, which lets me select
parts of a file to include in a commit or patch. It's very handy in the
case that I didn't commit often enough and several changes are mushed
together in my source files.
Jason
--
Jason Grout
On Tue, Sep 1, 2009 at 10:38 PM, Stan Schymanski<schy...@gmail.com> wrote:
>
> Thanks, John!
>
> Is there a simple step-by-step guide to safely applying patches
> somewhere? Everyone seems to do it differently. I found the following
> thread helpful, but it would be good to summarise it somewhere:
> http://groups.google.com/group/sage-devel/browse_thread/thread/6f9b59faccaafc12/300bca141f731323?lnk=gst&q=patch#300bca141f731323
Writing such a tutorial is on my todo list. I'm rather busy with
release management and teaching at the moment, so it would be some
time before there is anything to read. In the meantime, feel free to
open a trac ticket for this issue and CC me on it.
--
Regards
Minh Van Nguyen
Cheers,
Stan
WARNING:
Make sure to create a ~/.hgrc file:
----------------------------------------------------------------------
[ui]
username = William Stein <wst...@gmail.com>
----------------------------------------------------------------------
I suppose this answers it. :-)
Cheers,
Stan