mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
small change to test new build stuff
This commit is contained in:
parent
ec6044d07c
commit
068b9b961e
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue