sysupdate: namespace side effects, show what files are getting updated
This commit is contained in:
parent
e3e394b4d6
commit
d38d52391a
1 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/rc
|
||||
|
||||
bind -ac /dist/plan9front /
|
||||
hg incoming
|
||||
hg pull && hg update
|
||||
rfork n
|
||||
cd /
|
||||
if(! test -d .hg)
|
||||
bind -ac /dist/plan9front /
|
||||
hg incoming && hg pull && hg -v update
|
||||
|
|
Loading…
Reference in a new issue