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 1. |
|
5 | # Mercurial Distributed SCM (version 1.7.5+157-8a220ae0b2ba) | |
6 | # |
|
6 | # | |
7 | # Copyright (C) 2005 TK Soh. |
|
7 | # Copyright (C) 2005 TK Soh. | |
8 | # |
|
8 | # | |
@@ -30,21 +30,21 b' complete hg \\' | |||||
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 |
|
33 | backout bisect bookmarks branch branches \ | |
34 |
cat clone commit ci |
|
34 | bundle cat clone commit ci \ | |
35 |
cp debugancestor debugbuilddag debugcheckstate |
|
35 | copy cp debugancestor debugbuilddag debugcheckstate \ | |
36 |
debugcomplete debugdag debugdata debugdate |
|
36 | debugcommands debugcomplete debugdag debugdata debugdate \ | |
37 |
debugindex debugindexdot debuginstall |
|
37 | debugfsinfo debugignore debugindex debugindexdot debuginstall \ | |
38 |
debugrename debugrevspec debugsetparents |
|
38 | debugpushkey debugrebuildstate debugrename debugrevspec debugsetparents \ | |
39 |
debugwalk diff export |
|
39 | debugstate debugsub debugwalk diff export \ | |
40 |
heads help identify |
|
40 | forget grep heads help identify \ | |
41 |
patch incoming in |
|
41 | id import patch incoming in \ | |
42 |
log history manifest |
|
42 | init locate log history manifest \ | |
43 |
out parents paths |
|
43 | merge outgoing out parents paths \ | |
44 |
recover remove rm |
|
44 | pull push recover remove rm \ | |
45 | resolve revert rollback root serve \ |
|
45 | rename move mv resolve revert \ | |
46 | showconfig debugconfig status st summary \ |
|
46 | rollback root serve showconfig debugconfig \ | |
47 | sum tag tags tip unbundle \ |
|
47 | status st summary sum tag \ | |
48 | update up checkout co verify \ |
|
48 | tags tip unbundle update up \ | |
49 | version)/' |
|
49 | checkout co verify version)/' | |
50 |
|
50 |
@@ -38,6 +38,7 b' tcsh_file=${1-tcsh_completion}' | |||||
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 '/^enabled extensions:/,$d' \ |
|
40 | -e '/^enabled extensions:/,$d' \ | |
|
41 | -e '/^additional help topics:/,$d' \ | |||
41 | -e '/^ [^ ]/!d; s/[,:]//g;' | \ |
|
42 | -e '/^ [^ ]/!d; s/[,:]//g;' | \ | |
42 | xargs -n5 | \ |
|
43 | xargs -n5 | \ | |
43 | sed -e '$!s/$/ \\\\/g; 2,$s/^ */ /g'` |
|
44 | sed -e '$!s/$/ \\\\/g; 2,$s/^ */ /g'` |
General Comments 0
You need to be logged in to leave comments.
Login now