me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

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