ALL DONE with: commit, status, export, log, bookmark, update, backout, histedit, pull, ammend, summary

This commit is contained in:
Peter Cottle 2013-07-31 09:43:55 -07:00
parent a033173281
commit 8acfe45874
7 changed files with 161 additions and 51 deletions

View file

@ -18,8 +18,6 @@ var commands = {
if (!commandConfigs[vcs][name]) {
throw new Error('i dont have a command for ' + name);
}
console.log(commandObj.getSupportedMap());
console.log(commandObj.getGeneralArgs());
var config = commandConfigs[vcs][name];
if (config.delegate) {
return this.delegateExecute(config, engine, commandObj);