mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
PR #196 whoops one more, double reverse = bad
This commit is contained in:
parent
90c39417bb
commit
2997891874
1 changed files with 0 additions and 3 deletions
|
@ -2199,9 +2199,6 @@ GitEngine.prototype.rebaseInteractive = function(targetSource, currentLocation,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// The rebase view expects the commits reversed, so do that here
|
|
||||||
toRebase.reverse();
|
|
||||||
|
|
||||||
var InteractiveRebaseView = require('../views/rebaseView').InteractiveRebaseView;
|
var InteractiveRebaseView = require('../views/rebaseView').InteractiveRebaseView;
|
||||||
// interactive rebase view will reject or resolve our promise
|
// interactive rebase view will reject or resolve our promise
|
||||||
new InteractiveRebaseView({
|
new InteractiveRebaseView({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue