# HG changeset patch # User Steve Huston # Date 1366593620 14400 # Node ID f77bb4bb6ed977c2d14f60e1e3b0f749a5ab8db0 # Parent 4a09583afaac06101e3ee7017fc0fc73043c9252 Be quiet - nicer output when there's nothing new diff -r 4a09583afaac -r f77bb4bb6ed9 .bash_profile --- 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