PR #196 whoops one more, double reverse = bad

This commit is contained in:
Peter Cottle 2014-08-13 19:26:20 -07:00
parent 90c39417bb
commit 2997891874

View file

@ -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;
// interactive rebase view will reject or resolve our promise
new InteractiveRebaseView({