mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-03 03:04:27 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// same for local TODO intl
|
|
||||||
var msg = 'local branch "' +
|
var msg = 'local branch "' +
|
||||||
localBranch.get('id') +
|
localBranch.get('id') +
|
||||||
'" set to track remote branch "' +
|
'" set to track remote branch "' +
|
||||||
remoteBranch.get('id') +
|
remoteBranch.get('id') +
|
||||||
'"';
|
'"';
|
||||||
this.command.addWarning(msg);
|
this.command.addWarning(intl.todo(msg));
|
||||||
};
|
};
|
||||||
|
|
||||||
GitEngine.prototype.getOrMakeRecursive = function(tree, createdSoFar, objID) {
|
GitEngine.prototype.getOrMakeRecursive = function(tree, createdSoFar, objID) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue