I tried using "sage -merge XXXX" to apply a patch from Trac, but it  
failed with:

% sage -merge 5081
   File "/opt/sage-4.1/local/bin/sage-apply-ticket", line 464
     os.chdir(SAGE_ROOT+'/tmp)
                             ^
SyntaxError: EOL while scanning string literal

======================
Sure enough, line 464 was:

os.chdir(SAGE_ROOT+'/tmp)

I changed it to:

os.chdir(SAGE_ROOT+'/tmp')

and now it runs.  That patch fails to apply though, but I'll just wait  
for sage 4.1.1, rather than trying to figure out how to rebase it  
myself.  I did manage to apply it to sage 4.0.2, so I'll stick with  
that version for now.

--
Kevin Horton
Ottawa, Canada




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

Reply via email to