changeset 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 37b107e878b8
children 44b0b4ea5cae
files man/ChangeLog man/internals/internals.texi
diffstat 2 files changed, 13 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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  <stephen@xemacs.org>
+
+	* internals/internals.texi (Mercurial Basics):
+	Update references to repository to reflect current reality.
+
 2012-12-28  Byrel Mitchell  <byrel.mitchell@gmail.com>
 
 	* lispref/menus.texi (Creating Menu Accelerators): Typo fix.
--- 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,