contrib/bash_completion
changeset 952 dbfabfcb485e
parent 935 925563ff1b18
child 953 52d8d81e72ad
--- a/contrib/bash_completion	Thu Aug 18 21:35:36 2005 +0100
+++ b/contrib/bash_completion	Fri Aug 19 06:04:46 2005 +0100
@@ -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