# HG changeset patch # User Stephen J. Turnbull # Date 1356667395 -32400 # Node ID 9c9b07d40f20fe3a2d115f6e789082426032931d # Parent 37b107e878b87b93d51d5a409a460b5a5df4c1a4 Update references to repository to reflect current reality. diff -r 37b107e878b8 -r 9c9b07d40f20 man/ChangeLog --- a/man/ChangeLog Fri Dec 28 12:35:44 2012 +0900 +++ b/man/ChangeLog Fri Dec 28 13:03:15 2012 +0900 @@ -1,3 +1,8 @@ +2012-12-28 Stephen J. Turnbull + + * internals/internals.texi (Mercurial Basics): + Update references to repository to reflect current reality. + 2012-12-28 Byrel Mitchell * lispref/menus.texi (Creating Menu Accelerators): Typo fix. diff -r 37b107e878b8 -r 9c9b07d40f20 man/internals/internals.texi --- a/man/internals/internals.texi Fri Dec 28 12:35:44 2012 +0900 +++ b/man/internals/internals.texi Fri Dec 28 13:03:15 2012 +0900 @@ -6634,9 +6634,9 @@ @cindex Mercurial techniques @dfn{Mercurial} is the @emph{distributed version control system} used to -manage the XEmacs core code. We plan to migrate the packages as well in -the near future. The command used is @code{hg}; the entire system is -implemented as subcommands of the @code{hg} command. +manage XEmacs code, both core and packages. The VCS command is +@file{hg}; the entire system is implemented as subcommands of the +@file{hg} command. @menu * Mercurial Basics:: @@ -6660,10 +6660,14 @@ @subheading Documentation The primary online command for getting help on Mercurial is @code{hg -help}. +help}. @code{hg help commands} lists the main commands, while @code{hg +help @var{cmd}} provides a man-page like description of command +@var{cmd}. @subheading What is the XEmacs repository URL? +@uref{http://hg.xemacs.org/} is one place to start. As of the date of +writing, this points to our repositories on BitBucket. For up-to-date information about this, other information about accessing the repository @strong{including making your first clone of the repository}, and availability of branches, please refer to our website,