Mercurial > hg
comparison contrib/tcsh_completion @ 1156:1d5996d39c9d
Add tcsh_completion to contrib
author | TK Soh <teekaysoh@yahoo.com> |
---|---|
date | Tue, 30 Aug 2005 11:16:31 +0200 |
parents | |
children | 4650ec7ef690 |
comparison
equal
deleted
inserted
replaced
1155:92697ad28f08 | 1156:1d5996d39c9d |
---|---|
1 # | |
2 # tcsh completion for Mercurial | |
3 # | |
4 # This file has been auto-generated by tcsh_completion_build.sh for | |
5 # Mercurial Distributed SCM (version a33a7a543803) | |
6 # | |
7 # Copyright (C) 2005 TK Soh. | |
8 # | |
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 | |
11 # Software Foundation; either version 2 of the License, or (at your | |
12 # option) any later version. | |
13 # | |
14 | |
15 complete hg \ | |
16 'n/--cwd/d/' 'n/-R/d/' 'n/--repository/d/' \ | |
17 'C/-/(-R --repository --cwd -y --noninteractive \ | |
18 -q --quiet -v --verbose --debug \ | |
19 --traceback --time --profile --version -h \ | |
20 --help)/' \ | |
21 'p/1/(add addremove annotate cat clone \ | |
22 commit ci copy debugcheckstate debugconfig \ | |
23 debugdata debugindex debugindexdot debugrename debugstate \ | |
24 debugwalk diff export forget grep \ | |
25 heads help identify id import \ | |
26 patch incoming in init locate \ | |
27 log history manifest outgoing out \ | |
28 parents paths pull push rawcommit \ | |
29 recover remove rm revert root \ | |
30 serve status tag tags tip \ | |
31 undo update up checkout co \ | |
32 verify version)/' | |
33 |