small change to test new build stuff

This commit is contained in:
Peter Cottle 2013-10-11 12:59:12 -07:00
parent ec6044d07c
commit 068b9b961e

View file

@ -383,13 +383,12 @@ GitEngine.prototype.setLocalToTrackRemote = function(localBranch, remoteBranch)
return;
}
// same for local TODO intl
var msg = 'local branch "' +
localBranch.get('id') +
'" set to track remote branch "' +
remoteBranch.get('id') +
'"';
this.command.addWarning(msg);
this.command.addWarning(intl.todo(msg));
};
GitEngine.prototype.getOrMakeRecursive = function(tree, createdSoFar, objID) {