Mercurial > hg
diff contrib/tcsh_completion_build.sh @ 13515:2616325766e3 stable 1.8
contrib: update tcsh_completion for Mercurial 1.8
Added the following commands: bookmarks debugignore.
Fix the tcsh parse script for the current help text layout.
author | Gilles Moris <gilles.moris@free.fr> |
---|---|
date | Tue, 01 Mar 2011 07:28:20 +0100 |
parents | 2b2548342265 |
children |
line wrap: on
line diff
--- a/contrib/tcsh_completion_build.sh Tue Mar 01 12:48:31 2011 -0600 +++ b/contrib/tcsh_completion_build.sh Tue Mar 01 07:28:20 2011 +0100 @@ -38,6 +38,7 @@ hg_commands=`hg --debug help | \ sed -e '1,/^list of commands:/d' \ -e '/^enabled extensions:/,$d' \ + -e '/^additional help topics:/,$d' \ -e '/^ [^ ]/!d; s/[,:]//g;' | \ xargs -n5 | \ sed -e '$!s/$/ \\\\/g; 2,$s/^ */ /g'`