heck yes rebase finished

This commit is contained in:
Peter Cottle 2013-06-04 14:50:11 -10:00
parent 8eff13284f
commit 733ad7d648
2 changed files with 3 additions and 3 deletions

View file

@ -1415,7 +1415,7 @@ GitEngine.prototype.filterRebaseCommits = function(toRebaseRough, stopSet) {
uniqueIDs[commit.get('id')] = true;
return true;
});
}, this);
};
GitEngine.prototype.rebaseFinish = function(toRebaseRough, stopSet, targetSource, currentLocation) {