Mercurial > hg > xemacs-beta
comparison man/internals/internals.texi @ 5705:9c9b07d40f20
Update references to repository to reflect current reality.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Fri, 28 Dec 2012 13:03:15 +0900 |
parents | 1a507c4c6c42 |
children | a2912073be85 |
comparison
equal
deleted
inserted
replaced
5704:37b107e878b8 | 5705:9c9b07d40f20 |
---|---|
6632 @node Mercurial Techniques, CVS Techniques, Regression Testing XEmacs, Top | 6632 @node Mercurial Techniques, CVS Techniques, Regression Testing XEmacs, Top |
6633 @chapter Mercurial Techniques | 6633 @chapter Mercurial Techniques |
6634 @cindex Mercurial techniques | 6634 @cindex Mercurial techniques |
6635 | 6635 |
6636 @dfn{Mercurial} is the @emph{distributed version control system} used to | 6636 @dfn{Mercurial} is the @emph{distributed version control system} used to |
6637 manage the XEmacs core code. We plan to migrate the packages as well in | 6637 manage XEmacs code, both core and packages. The VCS command is |
6638 the near future. The command used is @code{hg}; the entire system is | 6638 @file{hg}; the entire system is implemented as subcommands of the |
6639 implemented as subcommands of the @code{hg} command. | 6639 @file{hg} command. |
6640 | 6640 |
6641 @menu | 6641 @menu |
6642 * Mercurial Basics:: | 6642 * Mercurial Basics:: |
6643 * Preserving Existing Changes with Mercurial Queues:: | 6643 * Preserving Existing Changes with Mercurial Queues:: |
6644 @end menu | 6644 @end menu |
6658 to stay on the leading edge. | 6658 to stay on the leading edge. |
6659 | 6659 |
6660 @subheading Documentation | 6660 @subheading Documentation |
6661 | 6661 |
6662 The primary online command for getting help on Mercurial is @code{hg | 6662 The primary online command for getting help on Mercurial is @code{hg |
6663 help}. | 6663 help}. @code{hg help commands} lists the main commands, while @code{hg |
6664 help @var{cmd}} provides a man-page like description of command | |
6665 @var{cmd}. | |
6664 | 6666 |
6665 @subheading What is the XEmacs repository URL? | 6667 @subheading What is the XEmacs repository URL? |
6666 | 6668 |
6669 @uref{http://hg.xemacs.org/} is one place to start. As of the date of | |
6670 writing, this points to our repositories on BitBucket. | |
6667 For up-to-date information about this, other information about accessing | 6671 For up-to-date information about this, other information about accessing |
6668 the repository @strong{including making your first clone of the | 6672 the repository @strong{including making your first clone of the |
6669 repository}, and availability of branches, please refer to our website, | 6673 repository}, and availability of branches, please refer to our website, |
6670 @uref{http://www.xemacs.org/Develop/hgaccess.html}. | 6674 @uref{http://www.xemacs.org/Develop/hgaccess.html}. |
6671 | 6675 |