[vhffs-dev] [1612] Added bzr to tuxshell. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1612
Author: guillaumito
Date: 2010-06-06 23:47:27 +0200 (Sun, 06 Jun 2010)
Log Message:
-----------
Added bzr to tuxshell.
Modified Paths:
--------------
trunk/vhffs-shells/tuxshell.c
Modified: trunk/vhffs-shells/tuxshell.c
===================================================================
--- trunk/vhffs-shells/tuxshell.c 2010-06-06 21:15:20 UTC (rev 1611)
+++ trunk/vhffs-shells/tuxshell.c 2010-06-06 21:47:27 UTC (rev 1612)
@@ -86,7 +86,7 @@
/* Define what strings are acceptable in <command>
define an optional execution path CMD_PATH if desired */
-char *commands[][8] = {
+char *commands[][9] = {
{"cvs" , "server" , NULL },
{"svnserve" , "-t" , NULL },
{"git-upload-pack" , NULL },
@@ -94,6 +94,7 @@
{"git-receive-pack" , NULL },
{"git-send-pack" , NULL },
{"hg" , "-R" , NULL },
+ {"bzr" , NULL },
{NULL}
};