X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=scripts%2Fvb;h=b9cd8221d2b9a69c26cb481f58426b0f5f5d65ba;hb=4668b8d36a5d4f49aabbaade4f6f994fc6960912;hp=8473adf3919228c2d35aad5ceb727df743ec250c;hpb=ccbf6260ea1024a494406b46f22010f62471fc28;p=hvutilities.git diff --git a/scripts/vb b/scripts/vb index 8473adf..b9cd822 100755 --- a/scripts/vb +++ b/scripts/vb @@ -14,7 +14,7 @@ if [ "x${1}" = "x--help" ]; then fi if git diff 1> /dev/null 2>&1; then - git branch -a "$@" + git branch "$@" elif hg status 1> /dev/null 2>&1; then hg branches "$@" else