From 3d40125e75bb175d7a4c70406b8ac38a1e342945 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Sun, 1 Sep 2013 12:26:01 -0700 Subject: [PATCH] color animation --- src/js/git/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/git/index.js b/src/js/git/index.js index 0d887763..ade5b784 100644 --- a/src/js/git/index.js +++ b/src/js/git/index.js @@ -349,6 +349,7 @@ GitEngine.prototype.makeOrigin = function(treeString) { ORIGIN_PREFIX + branchName, this.getCommitFromRef(originTarget) ); + debugger; this.setLocalToTrackRemote(this.refs[branchJSON.id], originBranch); }, this); @@ -358,7 +359,7 @@ GitEngine.prototype.setLocalToTrackRemote = function(localBranch, remoteBranch) remoteBranch.addLocalBranchThatTracksThis(localBranch); localBranch.setRemoteTrackingBranchID(remoteBranch.get('id')); - // same for local + // same for local TODO intl var msg = 'local branch "' + localBranch.get('id') + '" set to track remote branch "' +