Mercurial > index.cgi > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
79:4a09583afaac | 80:f77bb4bb6ed9 |
---|---|
60 | 60 |
61 # Meanwhile, local changes are not costly and don't require a trip down the | 61 # Meanwhile, local changes are not costly and don't require a trip down the |
62 # network, so we can afford to run them any time. Make sure there's nothing | 62 # network, so we can afford to run them any time. Make sure there's nothing |
63 # to pull from the local repository to the working directory and the working | 63 # to pull from the local repository to the working directory and the working |
64 # directory is clean. | 64 # directory is clean. |
65 hg checkout -c || hg status | 65 hg -q checkout -c || hg status |