On Fri, Jan 2, 2009 at 3:40 PM, M. Yurko <[email protected]> wrote:
>
> If I wanted to apply the patch now, how could I do that. I have looked
> around the sage wiki and other sources for info, but I can't seem to
> find any as all of the guides focus on pushing changes to mercurial,
> rather than applying a patch.

Do this (all one line with no spaces):

sage: 
hg_sage.apply('http://trac.sagemath.org/sage_trac/attachment/ticket/4894/trac_4894.patch')

Then exist sage and restart by typing (the -br is important):

sage -br

If you only use sage in the notebook, instead paste this into a cell

hg_sage.apply('http://trac.sagemath.org/sage_trac/attachment/ticket/4894/trac_4894.patch')

os.system('sage -b')

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to