Mercurial > hg
comparison contrib/dockerrpm @ 30457:893be22cdb38
shelve: move unshelve-finishing logic to a separate function
Finishing unshelve involves two steps now:
- stripping a changelog
- aborting a transaction
Obs-based shelve will not require these things, so isolating this logic
into a separate function where the normal/obs-shelve branching is
going to be implemented seems to be like a nice idea.
Behavior-wise this change moves 'unshelvecleanup' from being between
changelog stripping and transaction abortion to being after them.
I don't think this has any negative effects.
author | Kostia Balytskyi <ikostia@fb.com> |
---|---|
date | Fri, 11 Nov 2016 07:01:27 -0800 |
parents | d713fa934fb9 |
children | a3ac1ea611ce |
comparison
equal
deleted
inserted
replaced
30456:b924375cce3a | 30457:893be22cdb38 |
---|