# HG changeset patch # User Matt Mackall # Date 1364847556 18000 # Node ID 37f8baaf31d2dbec094a582169b61a0ee0c717db # Parent 3ce3f2b059a1c1ab2b7b125a864bb48d20030f16# Parent 4f1e70ef5a79f4558e1571e64c2bf355038d882f merge with stable diff -r 3ce3f2b059a1 -r 37f8baaf31d2 contrib/zsh_completion --- a/contrib/zsh_completion Fri Mar 29 16:48:32 2013 -0700 +++ b/contrib/zsh_completion Mon Apr 01 15:19:16 2013 -0500 @@ -176,7 +176,7 @@ do tags+=(${tag/ #[0-9]#:*}) done - (( $#tags )) && _describe -t tags 'tags' tags + (( $#tags )) && _describe -t tags 'tags' tags } _hg_bookmarks() { typeset -a bookmark bookmarks