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 /
|
||||
if(! test -d .hg)
|
||||
bind -ac /dist/plan9front /
|
||||
hg incoming && hg pull && hg -v update
|
||||
hg incoming && hg -v pull -u
|
||||
|
|
Loading…
Reference in a new issue