git: 9front

Download patch

ref: 158d9617a144132b40401c928e136113b6fa20d9
parent: b5bc0f56167d0ba2518ab079a7c2bf7cdeefbe2c
author: cinap_lenrek <cinap_lenrek@rei2.9hal>
date: Sat Mar 3 13:15:37 EST 2012

sysupdate: do pull/update as a single command

--- a/rc/bin/sysupdate
+++ b/rc/bin/sysupdate
@@ -3,4 +3,4 @@
 cd /
 if(! test -d .hg)
 	bind -ac /dist/plan9front /
-hg incoming && hg pull && hg -v update
+hg incoming && hg -v pull -u
--