diff options
author | Tomas Volf <~@wolfsden.cz> | 2024-05-12 11:57:41 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-05-13 16:31:34 +0200 |
commit | dc4c6ab4cba77e8b9e458ac9a5cca0c533a9509a (patch) | |
tree | 5be6121958689656b9b61141ed9d6b46c2bcf6c9 | |
parent | 408c4511a6aa212c731280a83e0169ac3b8777f3 (diff) | |
download | guix-dc4c6ab4cba77e8b9e458ac9a5cca0c533a9509a.tar guix-dc4c6ab4cba77e8b9e458ac9a5cca0c533a9509a.tar.gz |
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>
-rw-r--r-- | doc/guix.texi | 4 |
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 |