Hi! I installed sage-5.0.beta6 and found that I could not apply any patches, because there were local changes - in vanilla sage.
It turns out that (sage subshell) mpc721:sage king$ hg status ! sage/graphs/graph_decompositions/rankwidth/README ! sage/graphs/graph_decompositions/rankwidth/__init__.py In fact, the two files were still tracked by mercurial, but apparently were removed by some merged patch. So, two questions: 1) Is there a (blocker) ticket for "hg remove"ing these two files, or shall I open a new ticket? 2) Is there really no doc test verifying that "hg status" returns nothing? I believe there should be such test, in order to prevent sage from being released with local changes. It could also prevent developers from doing some fix, successfully running the tests, forgetting a commit, and posting an incomplete patch to trac. Cheers, Simon -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
