comparison contrib/tcsh_completion_build.sh @ 1308:2073e5a71008

Cleanup of tabs and trailing spaces.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 21 Sep 2005 07:56:19 +0200
parents 6e66235084d9
children
comparison
equal deleted inserted replaced
1285:1546c2aa6b30 1308:2073e5a71008
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 # Description 15 # Description
16 # ----------- 16 # -----------
17 # This script generates a tcsh source file to support completion 17 # This script generates a tcsh source file to support completion
53 cat > $tcsh_file <<END 53 cat > $tcsh_file <<END
54 # 54 #
55 # tcsh completion for Mercurial 55 # tcsh completion for Mercurial
56 # 56 #
57 # This file has been auto-generated by $script_name for 57 # This file has been auto-generated by $script_name for
58 # $hg_version 58 # $hg_version
59 # 59 #
60 # Copyright (C) 2005 TK Soh. 60 # Copyright (C) 2005 TK Soh.
61 # 61 #
62 # This is free software; you can redistribute it and/or modify it under 62 # This is free software; you can redistribute it and/or modify it under
63 # the terms of the GNU General Public License as published by the Free 63 # the terms of the GNU General Public License as published by the Free
64 # Software Foundation; either version 2 of the License, or (at your 64 # Software Foundation; either version 2 of the License, or (at your
65 # option) any later version. 65 # option) any later version.
66 # 66 #
67 67
68 complete hg \\ 68 complete hg \\
69 'n/--cwd/d/' 'n/-R/d/' 'n/--repository/d/' \\ 69 'n/--cwd/d/' 'n/-R/d/' 'n/--repository/d/' \\
70 'C/-/($hg_global_options)/' \\ 70 'C/-/($hg_global_options)/' \\