mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
use better names for command configs
This commit is contained in:
parent
e4c0b4786c
commit
31f175fbc7
4 changed files with 21 additions and 21 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue