use better names for command configs

This commit is contained in:
Siddharth Agarwal 2013-07-31 02:18:51 -07:00
parent e4c0b4786c
commit 31f175fbc7
4 changed files with 21 additions and 21 deletions

View file

@ -8,8 +8,8 @@ var CommandProcessError = Errors.CommandProcessError;
var CommandResult = Errors.CommandResult;
var commandConfigs = {
'git': GitCommands.gitCommandConfig,
'hg': MercurialCommands.hgCommandConfig
'git': GitCommands.commandConfig,
'hg': MercurialCommands.commandConfig
};
var commands = {