##// END OF EJS Templates
zsh_completion: fix issue with overlong branch/tag names
Johannes Schlatow -
r18419:45bb5df4 default
parent child Browse files
Show More
@@ -178,7 +178,6 b' typeset -A _hg_cmd_globals'
178 done
178 done
179 (( $#tags )) && _describe -t tags 'tags' tags
179 (( $#tags )) && _describe -t tags 'tags' tags
180 }
180 }
181
182 _hg_bookmarks() {
181 _hg_bookmarks() {
183 typeset -a bookmark bookmarks
182 typeset -a bookmark bookmarks
184
183
General Comments 0
You need to be logged in to leave comments. Login now