real pull --rebase fixed

This commit is contained in:
Peter Cottle 2013-06-11 20:52:34 -07:00
parent bbfb4d7512
commit aed8ce29f3
5 changed files with 1 additions and 24 deletions

View file

@ -1033,13 +1033,6 @@ GitEngine.prototype.pullFinishWithRebase = function(
return this.rebase(remoteBranch, localBranch, pendingFetch);
}, this));
chain = chain.then(_.bind(function() {
// HAX
var localCommit = localBranch.get('target');
this.setTargetLocation(this.refs['o/master'], localCommit);
return AnimationFactory.playRefreshAnimation(this.gitVisuals);
}, this));
this.animationQueue.thenFinish(chain, deferred);
};