contrib/bash_completion
changeset 953 52d8d81e72ad
parent 948 ffb0665028f0
parent 952 dbfabfcb485e
child 981 4f81068ed8cd
--- a/contrib/bash_completion	Fri Aug 19 16:43:30 2005 -0800
+++ b/contrib/bash_completion	Fri Aug 19 16:45:25 2005 -0800
@@ -1,7 +1,7 @@
 _hg_commands()
 {
     local commands="$(hg -v help | sed -e '1,/^list of commands:/d' \
-                                       -e '/^global options:/Q' \
+                                       -e '/^global options:/,$d' \
 				       -e '/^ [^ ]/!d; s/[,:]//g;')"
     
     # hide debug commands from users, but complete them if