sysinfo(1): we're on git now.
This commit is contained in:
parent
6ae0cd0d48
commit
24286fa284
1 changed files with 2 additions and 8 deletions
|
@ -39,19 +39,13 @@ These flags are useful for reporting new installs to the
|
||||||
development team.
|
development team.
|
||||||
.PP
|
.PP
|
||||||
.I Sysupdate
|
.I Sysupdate
|
||||||
updates the local mercurial repository by executing
|
updates the local git repository by executing
|
||||||
the following commands:
|
the following commands:
|
||||||
.IP
|
.IP
|
||||||
.EX
|
.EX
|
||||||
bind -ac /dist/plan9front /
|
bind -ac /dist/plan9front /
|
||||||
hg -v pull -u
|
git/pull -u $repo
|
||||||
.EE
|
.EE
|
||||||
.PP
|
|
||||||
If the
|
|
||||||
.B -i
|
|
||||||
flag is included, the command
|
|
||||||
.B hg incoming
|
|
||||||
is prepended.
|
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /rc/bin/sysinfo
|
.B /rc/bin/sysinfo
|
||||||
.br
|
.br
|
||||||
|
|
Loading…
Reference in a new issue