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 <ludo@gnu.org>
This commit is contained in:
Tomas Volf 2024-05-12 11:57:41 +02:00 committed by Ludovic Courtès
parent 408c4511a6
commit dc4c6ab4cb
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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