6381d8491bbc3c33a7fbfb11fe2a0d8c56c4b06d
galt
  Sun Jun 13 14:57:13 2010 -0700
tweaking git pull to be safer
diff --git src/hg/js/makefile src/hg/js/makefile
index a8ba2dc..7ed85f2 100644
--- src/hg/js/makefile
+++ src/hg/js/makefile
@@ -1,6 +1,6 @@
 include ../../inc/common.mk
 
-GITUP = git pull origin master
+GITUP = git pull -q
 
 # recursive target to do install to DEST, with extra excludes EXCL.