| [vhffs-dev] [1574] added hg to tuxshell | 
[ Thread Index | 
Date Index
| More vhffs.org/vhffs-dev Archives
] 
Revision: 1574
Author:   gradator
Date:     2010-03-26 00:41:55 +0100 (Fri, 26 Mar 2010)
Log Message:
-----------
added hg to tuxshell
Modified Paths:
--------------
    trunk/vhffs-shells/tuxshell.c
Modified: trunk/vhffs-shells/tuxshell.c
===================================================================
--- trunk/vhffs-shells/tuxshell.c	2010-03-25 23:37:28 UTC (rev 1573)
+++ trunk/vhffs-shells/tuxshell.c	2010-03-25 23:41:55 UTC (rev 1574)
@@ -85,13 +85,14 @@
 
 /* Define what strings are acceptable in <command>
    define an optional execution path CMD_PATH if desired */
-char *commands[][7] =	{ 
+char *commands[][8] =	{ 
 							{"cvs" , "server" , NULL },
 							{"svnserve" , NULL },
 							{"git-upload-pack" , NULL },
 							{"git-fetch-pack" , NULL },
 							{"git-receive-pack" , NULL },
 							{"git-send-pack" , NULL },
+							{"hg" , NULL },
 							{NULL}
 						};
 char **line;