color animation

This commit is contained in:
Peter Cottle 2013-09-01 12:26:01 -07:00
parent 3ff56c002c
commit 3d40125e75

View file

@ -349,6 +349,7 @@ GitEngine.prototype.makeOrigin = function(treeString) {
ORIGIN_PREFIX + branchName, ORIGIN_PREFIX + branchName,
this.getCommitFromRef(originTarget) this.getCommitFromRef(originTarget)
); );
debugger;
this.setLocalToTrackRemote(this.refs[branchJSON.id], originBranch); this.setLocalToTrackRemote(this.refs[branchJSON.id], originBranch);
}, this); }, this);
@ -358,7 +359,7 @@ GitEngine.prototype.setLocalToTrackRemote = function(localBranch, remoteBranch)
remoteBranch.addLocalBranchThatTracksThis(localBranch); remoteBranch.addLocalBranchThatTracksThis(localBranch);
localBranch.setRemoteTrackingBranchID(remoteBranch.get('id')); localBranch.setRemoteTrackingBranchID(remoteBranch.get('id'));
// same for local // 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 "' +