##// END OF EJS Templates
Update tcsh completion scripts with new commands and for new help output....
Gilles Moris -
r7766:2b254834 default
parent child Browse files
Show More
@@ -2,7 +2,7 b''
2 # tcsh completion for Mercurial
2 # tcsh completion for Mercurial
3 #
3 #
4 # This file has been auto-generated by tcsh_completion_build.sh for
4 # This file has been auto-generated by tcsh_completion_build.sh for
5 # Mercurial Distributed SCM (version 325c07fd2ebd)
5 # Mercurial Distributed SCM (version 1.1.2)
6 #
6 #
7 # Copyright (C) 2005 TK Soh.
7 # Copyright (C) 2005 TK Soh.
8 #
8 #
@@ -19,24 +19,31 b' complete hg \\'
19 -y --noninteractive \
19 -y --noninteractive \
20 -q --quiet \
20 -q --quiet \
21 -v --verbose \
21 -v --verbose \
22 --config \
22 --debug \
23 --debug \
23 --debugger \
24 --debugger \
25 --encoding \
26 --encodingmode \
27 --lsprof \
24 --traceback \
28 --traceback \
25 --time \
29 --time \
26 --profile \
30 --profile \
27 --version \
31 --version \
28 -h --help)/' \
32 -h --help)/' \
29 'p/1/(add addremove annotate bundle cat \
33 'p/1/(add addremove annotate blame archive \
30 clone commit ci copy cp \
34 backout bisect branch branches bundle \
31 debugancestor debugcheckstate debugconfig debugdata debugindex \
35 cat clone commit ci copy \
32 debugindexdot debugrename debugstate debugwalk diff \
36 cp debugancestor debugcheckstate debugcomplete debugdata \
33 export forget grep heads help \
37 debugdate debugfsinfo debugindex debugindexdot debuginstall \
34 identify id import patch incoming \
38 debugrawcommit rawcommit debugrebuildstate debugrename debugsetparents \
35 in init locate log history \
39 debugstate debugwalk diff export grep \
36 manifest outgoing out parents paths \
40 heads help identify id import \
37 pull push rawcommit recover remove \
41 patch incoming in init locate \
38 rm rename mv revert root \
42 log history manifest merge outgoing \
39 serve status tag tags tip \
43 out parents paths pull push \
40 unbundle undo update up checkout \
44 recover remove rm rename mv \
41 co verify version)/'
45 resolve revert rollback root serve \
46 showconfig debugconfig status st tag \
47 tags tip unbundle update up \
48 checkout co verify version)/'
42
49
@@ -37,7 +37,7 b' tcsh_file=${1-tcsh_completion}'
37
37
38 hg_commands=`hg --debug help | \
38 hg_commands=`hg --debug help | \
39 sed -e '1,/^list of commands:/d' \
39 sed -e '1,/^list of commands:/d' \
40 -e '/^global options:/,$d' \
40 -e '/^enabled extensions:/,$d' \
41 -e '/^ [^ ]/!d; s/[,:]//g;' | \
41 -e '/^ [^ ]/!d; s/[,:]//g;' | \
42 xargs -n5 | \
42 xargs -n5 | \
43 sed -e '$!s/$/ \\\\/g; 2,$s/^ */ /g'`
43 sed -e '$!s/$/ \\\\/g; 2,$s/^ */ /g'`
General Comments 0
You need to be logged in to leave comments. Login now