Mercurial > hg
comparison hgext/strip.py @ 28686:b212e01fead0
rebase: fix crash when rebase aborts while rebasing obsolete revisions
Before this patch, rebase --continue would crash when trying to resume a rebase
of obsolete revisions whose successors were in the destination.
This patch adds logic to recompute the mapping when rebase is resumed. This
patch also adds a test that showcased the crash before the code change.
author | Laurent Charignon <lcharignon@fb.com> |
---|---|
date | Tue, 29 Mar 2016 11:50:41 -0700 |
parents | 81ad683278b8 |
children | a0939666b836 |
comparison
equal
deleted
inserted
replaced
28685:6c4d23fe611c | 28686:b212e01fead0 |
---|