Differences between revisions 2 and 17 (spanning 15 versions)
Revision 2 as of 2008-02-09 07:25:50
Size: 221
Editor: jason
Comment:
Revision 17 as of 2019-03-31 14:34:19
Size: 271
Editor: chapoton
Comment: removal and link to git section of the developer guide
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Mercurial Queues == ||<#FF0000> '''WARNING''' (March 2019) ||
Line 3: Line 3:
 * Philosophy
 * Commands
   * qnew, qpop, qpush, qdelete, export
 * Example
 * Advanced usage
   * guards, merge, etc.
||<#00FF00>Sage is now using Git instead of Mercurial as a version control system.||
Line 10: Line 5:
See [http://hgbook.red-bean.com/hgbook.html], Chapters 12 and 13. For up-to-date instructions, see the [[https://doc.sagemath.org/html/en/developer/index.html#git-for-sage-development|developer guide]].

WARNING (March 2019)

Sage is now using Git instead of Mercurial as a version control system.

For up-to-date instructions, see the developer guide.