sysupdate: namespace side effects, show what files are getting updated

This commit is contained in:
cinap_lenrek 2012-03-03 18:06:40 +01:00
parent e3e394b4d6
commit d38d52391a

View file

@ -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