Support merge in contrib/bash_completion

This commit is contained in:
Steve Losh 2009-06-03 22:54:53 -04:00
parent 56c9dee4e1
commit 15b3451b67

View File

@ -221,6 +221,9 @@ _hg_command_specific()
add)
_hg_status "u"
;;
merge)
_hg_tags
;;
commit)
_hg_status "mar"
;;