Sage includes these Mercurial repositories:
The previous section discussed using Mercurial with the Sage
library, via the command hg_sage. There are corresponding
commands for each of the repositories:
hg_sage for the Sage library
hg_doc for the Sage documentation
hg_extcode for the external system code
hg_scripts for the Sage shell scripts
To produce patches for Sage's documentation, for example, use the
same method as outlined above, but with commands like
hg_doc.status(), hg_doc.commit(), etc.
See About this document... for information on suggesting changes.