--- a/contrib/bash_completion Wed Sep 21 08:25:46 2005 +0200 +++ b/contrib/bash_completion Wed Sep 21 09:02:41 2005 +0200 @@ -1,5 +1,7 @@ #!/bin/bash +shopt -s extglob + _hg_commands() { local commands="$(hg -v help | sed -e '1,/^list of commands:/d' \