This commit is contained in:
Peter Cottle 2013-07-31 16:54:06 -07:00
parent e4209c708b
commit 37a9fccec0
9 changed files with 796 additions and 699 deletions

View file

@ -19,7 +19,6 @@ var commandConfig = {
],
delegate: function(engine, command) {
var options = command.getSupportedMap();
console.log(options);
if (options['-A']) {
command.addWarning(intl.str('hg-a-option'));
}