Florian wrote: > I realize I wasn't root. After becoming root, I get a different error. > > "Refusing to do operation since you still have unrecorded changes. You > must check in all changes in your working repository first." > > I am not a linux person. Can anybody decode this for me? >
This sounds like a mercurial thing. It sounds like you have modified files, but haven't saved your changes to the source code control system, so applying the patch would corrupt things. Try checking the status of your files to see what you might have changed. From the command line, you can do hg status in the sage/devel/sage/sage/ directory, or from sage, you can do hg_sage.status() Thanks, Jason --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---