git: 9front

Download patch

ref: e4d50de4b82c5a3310b5e44c5863a76fabd8289b
parent: 3150cde706088a694946ab63d11137e8b01d39f8
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jun 6 18:26:07 EDT 2021

sysinfo(1): we're on git now.

--- a/sys/man/1/sysinfo
+++ b/sys/man/1/sysinfo
@@ -39,19 +39,13 @@
 development team.
 .PP
 .I Sysupdate
-updates the local mercurial repository by executing
+updates the local git repository by executing
 the following commands:
 .IP
 .EX
 bind -ac /dist/plan9front /
-hg -v pull -u
+git/pull -u $repo
 .EE
-.PP
-If the
-.B -i
-flag is included, the command
-.B hg incoming
-is prepended.
 .SH SOURCE
 .B /rc/bin/sysinfo
 .br
--