summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2024-05-12 11:57:41 +0200
committerLudovic Courtès <ludo@gnu.org>2024-05-13 16:31:34 +0200
commitdc4c6ab4cba77e8b9e458ac9a5cca0c533a9509a (patch)
tree5be6121958689656b9b61141ed9d6b46c2bcf6c9 /doc/guix.texi
parent408c4511a6aa212c731280a83e0169ac3b8777f3 (diff)
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>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi4
1 files 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