sysupdate: do pull/update as a single command
This commit is contained in:
parent
d38d52391a
commit
f64e8a1c84
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ rfork n
|
||||||
cd /
|
cd /
|
||||||
if(! test -d .hg)
|
if(! test -d .hg)
|
||||||
bind -ac /dist/plan9front /
|
bind -ac /dist/plan9front /
|
||||||
hg incoming && hg pull && hg -v update
|
hg incoming && hg -v pull -u
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue