8a98384e2659

Update after pulling everything.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 16 Jul 2009 03:26:52 -0400
parents bb49bc7240a3
children f7c37ac02f51
branches/tags (none)
files .bashrc

Changes

--- a/.bashrc	Thu Jul 16 03:11:08 2009 -0400
+++ b/.bashrc	Thu Jul 16 03:26:52 2009 -0400
@@ -31,7 +31,7 @@
 
 pull_everything() {
     for repo in $( ls -1 ); do
-        [ -d $repo ] && [ -d $repo/.hg ] && hg -R $repo pull
+        [ -d $repo ] && [ -d $repo/.hg ] && hg -R $repo pull -u
         echo
     done
 }