Mercurial > index.cgi > dotfiles
diff .bash_profile @ 80:f77bb4bb6ed9
Be quiet - nicer output when there's nothing new
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Sun, 21 Apr 2013 21:20:20 -0400 |
parents | 4a09583afaac |
children | c4dccb49471b |
line wrap: on
line diff
--- a/.bash_profile Sun Apr 21 21:19:12 2013 -0400 +++ b/.bash_profile Sun Apr 21 21:20:20 2013 -0400 @@ -62,4 +62,4 @@ # network, so we can afford to run them any time. Make sure there's nothing # to pull from the local repository to the working directory and the working # directory is clean. -hg checkout -c || hg status +hg -q checkout -c || hg status