fixed a little rebase bug

This commit is contained in:
Peter Cottle 2013-01-12 01:31:40 -08:00
parent 9249ef0604
commit bde5681573
6 changed files with 261 additions and 15 deletions

View file

@ -57,6 +57,7 @@ var InteractiveRebaseView = ContainedBase.extend({
toRebase.unshift(this.rebaseMap[id]);
}
}, this);
toRebase.reverse();
this.deferred.resolve(toRebase);
// garbage collection will get us