civodul pushed a commit to branch master
in repository guix.

commit dc4c6ab4cba77e8b9e458ac9a5cca0c533a9509a
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Sun May 12 11:57:41 2024 +0200

    doc: Fix bug in hg-reference documentation.
    
    The field is called changeset, not revision.  And the string does not have 
to
    be a number.
    
    * doc/guix.texi (origin Reference): Fix documentation for hg-reference.
    
    Change-Id: Ic622dfc7b44caf42d070cdab8e42808dd96e6d63
    Signed-off-by: Ludovic Courtès <l...@gnu.org>
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index a0b171e7f0..ddd58e09ce 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -8238,8 +8238,8 @@ retrieve.
 @item @code{url}
 The URL of the Mercurial repository to clone.
 
-@item @code{revision}
-This string denotes revision to fetch specified as a number.
+@item @code{changeset}
+This string denotes changeset to fetch.
 @end table
 @end deftp
 

Reply via email to