diff contrib/bash_completion @ 953:52d8d81e72ad

Merge with TAH
author mpm@selenic.com
date Fri, 19 Aug 2005 16:45:25 -0800
parents ffb0665028f0 dbfabfcb485e
children 4f81068ed8cd
line wrap: on
line diff
--- 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