diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-03-29 22:33:14 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-03-30 01:01:31 +0100 |
commit | fbcd9022c6ba49c7b8869a072b6584cb93682fc2 (patch) | |
tree | a3783c2efc8cb800e94e6994e6f71aeb1a5e3b48 | |
parent | ddc9d66f2b00f62eb35c3da819dc684ec4a50227 (diff) | |
download | guix-fbcd9022c6ba49c7b8869a072b6584cb93682fc2.tar guix-fbcd9022c6ba49c7b8869a072b6584cb93682fc2.tar.gz |
doc: ‘guix time-machine’ can travel to v0.16.0.
This is a followup to a26bce55e60aa3444c4378d3996f3aa41b9661e9.
* doc/guix.texi (Invoking guix time-machine): Update reference to oldest
commit.
Change-Id: Iae3d751d4377de92481276f9f2f31128f85c23c4
-rw-r--r-- | doc/guix.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index ddd98a5fd4..e8db900d1f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5018,11 +5018,11 @@ opens the door to security vulnerabilities. @xref{Invoking guix pull, @option{--allow-downgrades}}. @end quotation -Due to @command{guix time-machine} relying on the ``inferiors'' -mechanism (@pxref{Inferiors}), the oldest commit it can travel to is -commit @samp{6298c3ff} (``v1.0.0''), dated May 1@sup{st}, 2019, which is -the first release that included the inferiors mechanism. An error is -returned when attempting to navigate to older commits. +@c Keep this paragraph in sync with 'time-machine.scm'. +@command{guix time-machine} raises an error when attempting to travel to +commits older than ``v0.16.0'' (commit @samp{4a0b87f0}), dated +Dec.@: 2018. This is one of the oldest commits supporting the channel +mechanism that makes ``time travel'' possible. @quotation Note Although it should technically be possible to travel to such an old |