##// END OF EJS Templates
Regenerate tcsh_completion after bugfix in generator script
TK Soh -
r1158:4650ec7e default
parent child Browse files
Show More
@@ -1,33 +1,40 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 a33a7a543803)
5 # Mercurial Distributed SCM (version a33a7a543803)
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 --cwd -y --noninteractive \
17 'C/-/( -R --repository \
18 -q --quiet -v --verbose --debug \
18 --cwd \
19 --traceback --time --profile --version -h \
19 -y --noninteractive \
20 --help)/' \
20 -q --quiet \
21 -v --verbose \
22 --debug \
23 --traceback \
24 --time \
25 --profile \
26 --version \
27 -h --help)/' \
21 'p/1/(add addremove annotate cat clone \
28 'p/1/(add addremove annotate cat clone \
22 commit ci copy debugcheckstate debugconfig \
29 commit ci copy debugcheckstate debugconfig \
23 debugdata debugindex debugindexdot debugrename debugstate \
30 debugdata debugindex debugindexdot debugrename debugstate \
24 debugwalk diff export forget grep \
31 debugwalk diff export forget grep \
25 heads help identify id import \
32 heads help identify id import \
26 patch incoming in init locate \
33 patch incoming in init locate \
27 log history manifest outgoing out \
34 log history manifest outgoing out \
28 parents paths pull push rawcommit \
35 parents paths pull push rawcommit \
29 recover remove rm revert root \
36 recover remove rm revert root \
30 serve status tag tags tip \
37 serve status tag tags tip \
31 undo update up checkout co \
38 undo update up checkout co \
32 verify version)/'
39 verify version)/'
33
40
General Comments 0
You need to be logged in to leave comments. Login now