git: 9front

Download patch

ref: 7b4f22af5ea6ef4ac396146ead0730b1bafe5783
parent: a1aca595ddc3a5b108f2a3ac680c60d3fc22ec86
author: Kurt H Maier <khm@intma.in>
date: Fri Mar 2 11:59:17 EST 2012

verbosity

--- a/rc/bin/sysupdate
+++ b/rc/bin/sysupdate
@@ -1,4 +1,5 @@
 #!/bin/rc
 
 bind -ac /dist/plan9front /
+hg incoming
 hg pull && hg update
--