[PATCH] contrib: update tcsh_completion with commands for 1.6

Gilles Moris gilles.moris at free.fr
Sat Jun 26 08:57:01 CDT 2010


# HG changeset patch
# User Gilles Moris <gilles.moris at free.fr>
# Date 1277560608 -7200
# Node ID 285019a3ed06ba970c7e61e3b3255150a6818f59
# Parent  05d95dada21f6391ee8e73a8a06ae87cb44d1179
contrib: update tcsh_completion with commands for 1.6

Added the following commands: debugbuilddag debugdag debugpushkey
debugrevspec.

diff -r 05d95dada21f -r 285019a3ed06 contrib/tcsh_completion
--- a/contrib/tcsh_completion	Sat Jun 26 15:54:42 2010 +0200
+++ b/contrib/tcsh_completion	Sat Jun 26 15:56:48 2010 +0200
@@ -2,7 +2,7 @@
 # tcsh completion for Mercurial
 #
 # This file has been auto-generated by tcsh_completion_build.sh for
-# Mercurial Distributed SCM (version 1.3.1+269-5d8125bbbbf4)
+# Mercurial Distributed SCM (version 1.5.4+154-8b452fe4bf50)
 #
 # Copyright (C) 2005 TK Soh.
 #
@@ -32,18 +32,19 @@
   'p/1/(add addremove annotate blame archive \
     backout bisect branch branches bundle \
     cat clone commit ci copy \
-    cp debugancestor debugcheckstate debugcommands debugcomplete \
-    debugdata debugdate debugfsinfo debugindex debugindexdot \
-    debuginstall debugrebuildstate debugrename debugsetparents debugstate \
-    debugsub debugwalk diff export forget \
-    grep heads help identify id \
-    import patch incoming in init \
-    locate log history manifest merge \
-    outgoing out parents paths pull \
-    push recover remove rm rename \
-    mv resolve revert rollback root \
-    serve showconfig debugconfig status st \
-    summary sum tag tags tip \
-    unbundle update up checkout co \
-    verify version)/'
+    cp debugancestor debugbuilddag debugcheckstate debugcommands \
+    debugcomplete debugdag debugdata debugdate debugfsinfo \
+    debugindex debugindexdot debuginstall debugpushkey debugrebuildstate \
+    debugrename debugrevspec debugsetparents debugstate debugsub \
+    debugwalk diff export forget grep \
+    heads help identify id import \
+    patch incoming in init locate \
+    log history manifest merge outgoing \
+    out parents paths pull push \
+    recover remove rm rename mv \
+    resolve revert rollback root serve \
+    showconfig debugconfig status st summary \
+    sum tag tags tip unbundle \
+    update up checkout co verify \
+    version)/'
 


More information about the Mercurial-devel mailing list