patchbomb: add -B option to select a bookmark
Add the -B/--bookmark option to select a bookmark whose changesets
and its ancestors will be selected unless a new bookmark/head is
found.
This is inspired by hg strip -B option.
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)