Sage repository

asked 13 years ago

czsan gravatar image

How can i handle this error under upgrading?

"There are uncommitted changes in the Sage root repository" (4.7.2, installed from source)

Preview: (hide)

Comments

What happens when you type "sage --hg status"?

John Palmieri gravatar imageJohn Palmieri ( 13 years ago )

There is no Mercurial repository here (.hg not found)!

czsan gravatar imageczsan ( 13 years ago )

Sorry, I mean what happens if you do this while your current working directory is the top-level Sage directory ("SAGE_ROOT")?

John Palmieri gravatar imageJohn Palmieri ( 13 years ago )

The response is: M sage

czsan gravatar imageczsan ( 13 years ago )

So you must have modified the file SAGE_ROOT/sage. You could try "sage --hg commit -m 'committing'" and then try upgrading again.

John Palmieri gravatar imageJohn Palmieri ( 13 years ago )