tcsh completion

TK Soh teekaysoh at yahoo.com
Sun Aug 28 21:23:39 CDT 2005


--- TK Soh <teekaysoh at yahoo.com> wrote:
> # HG changeset patch
> # User TK Soh <teekaysoh at yahoo.com>
> # Node ID 679c52c813a9daf74f110f433eaef325dc7c0437
> # Parent  5ea31d77024ff8c57535d7ccea7771ea0ecf610a
> added tcsh completion for Mercurial

If you haven't, please take this one instead, with some correction.

# HG changeset patch
# User TK Soh <teekaysoh at yahoo.com>
# Node ID fa74bb9440487434cd01411ce4a69e091fb05bb2
# Parent  a33a7a543803c7383a6918b19797bf9fd6b83e8e
add tcsh_completion to contrib

diff -r a33a7a543803 -r fa74bb944048 contrib/tcsh_completion
--- /dev/null	Sun Aug 28 06:45:27 2005
+++ b/contrib/tcsh_completion	Mon Aug 29 02:25:32 2005
@@ -0,0 +1,26 @@
+#
+# tcsh completion for Mercurial
+#
+# This file has been auto-generated by tcsh_completion.sh for
+# Mercurial Distributed SCM (version a33a7a543803) 
+#
+
+complete hg \
+  'n/--cwd/d/' 'n/-R/d/' 'n/--repository/d/' \
+  'C/-/(-R --repository --cwd -y --noninteractive \
+    -q --quiet -v --verbose --debug \
+    --traceback --time --profile --version -h \
+    --help)/' \
+  'p/1/(add addremove annotate cat clone \
+    commit ci copy debugcheckstate debugconfig \
+    debugdata debugindex debugindexdot debugrename debugstate \
+    debugwalk diff export forget grep \
+    heads help identify id import \
+    patch incoming in init locate \
+    log history manifest outgoing out \
+    parents paths pull push rawcommit \
+    recover remove rm revert root \
+    serve status tag tags tip \
+    undo update up checkout co \
+    verify version)/'
+



		
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 


More information about the Mercurial mailing list