contrib/bash_completion
changeset 1311 db8bebb08f8f
parent 1308 2073e5a71008
child 1339 f351d1a07d75
--- a/contrib/bash_completion
+++ b/contrib/bash_completion
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+shopt -s extglob
+
 _hg_commands()
 {
     local commands="$(hg -v help | sed -e '1,/^list of commands:/d' \