##// END OF EJS Templates
contrib: update tcsh_completion with commands for 1.6...
Gilles Moris -
r11445:4061205a stable
parent child Browse files
Show More
@@ -1,49 +1,50 b''
1 #
1 #
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 1.3.1+269-5d8125bbbbf4)
5 # Mercurial Distributed SCM (version 1.5.4+154-8b452fe4bf50)
6 #
6 #
7 # Copyright (C) 2005 TK Soh.
7 # Copyright (C) 2005 TK Soh.
8 #
8 #
9 # This is free software; you can redistribute it and/or modify it under
9 # This is free software; you can redistribute it and/or modify it under
10 # the terms of the GNU General Public License as published by the Free
10 # the terms of the GNU General Public License as published by the Free
11 # Software Foundation; either version 2 of the License, or (at your
11 # Software Foundation; either version 2 of the License, or (at your
12 # option) any later version.
12 # option) any later version.
13 #
13 #
14
14
15 complete hg \
15 complete hg \
16 'n/--cwd/d/' 'n/-R/d/' 'n/--repository/d/' \
16 'n/--cwd/d/' 'n/-R/d/' 'n/--repository/d/' \
17 'C/-/( -R --repository \
17 'C/-/( -R --repository \
18 --cwd \
18 --cwd \
19 -y --noninteractive \
19 -y --noninteractive \
20 -q --quiet \
20 -q --quiet \
21 -v --verbose \
21 -v --verbose \
22 --config \
22 --config \
23 --debug \
23 --debug \
24 --debugger \
24 --debugger \
25 --encoding \
25 --encoding \
26 --encodingmode \
26 --encodingmode \
27 --traceback \
27 --traceback \
28 --time \
28 --time \
29 --profile \
29 --profile \
30 --version \
30 --version \
31 -h --help)/' \
31 -h --help)/' \
32 'p/1/(add addremove annotate blame archive \
32 'p/1/(add addremove annotate blame archive \
33 backout bisect branch branches bundle \
33 backout bisect branch branches bundle \
34 cat clone commit ci copy \
34 cat clone commit ci copy \
35 cp debugancestor debugcheckstate debugcommands debugcomplete \
35 cp debugancestor debugbuilddag debugcheckstate debugcommands \
36 debugdata debugdate debugfsinfo debugindex debugindexdot \
36 debugcomplete debugdag debugdata debugdate debugfsinfo \
37 debuginstall debugrebuildstate debugrename debugsetparents debugstate \
37 debugindex debugindexdot debuginstall debugpushkey debugrebuildstate \
38 debugsub debugwalk diff export forget \
38 debugrename debugrevspec debugsetparents debugstate debugsub \
39 grep heads help identify id \
39 debugwalk diff export forget grep \
40 import patch incoming in init \
40 heads help identify id import \
41 locate log history manifest merge \
41 patch incoming in init locate \
42 outgoing out parents paths pull \
42 log history manifest merge outgoing \
43 push recover remove rm rename \
43 out parents paths pull push \
44 mv resolve revert rollback root \
44 recover remove rm rename mv \
45 serve showconfig debugconfig status st \
45 resolve revert rollback root serve \
46 summary sum tag tags tip \
46 showconfig debugconfig status st summary \
47 unbundle update up checkout co \
47 sum tag tags tip unbundle \
48 verify version)/'
48 update up checkout co verify \
49 version)/'
49
50
General Comments 0
You need to be logged in to leave comments. Login now