Signed-off-by: Yann Dirson <ydirson@altern.org>
git.reset(tree_id = git_id(target))
def post_rebase(applied, nopush, merged):
git.reset(tree_id = git_id(target))
def post_rebase(applied, nopush, merged):
+ # memorize that we rebased to here
+ crt_series._set_field('orig-base', git.get_head())
# push the patches back
if not nopush:
push_patches(applied, merged)
# push the patches back
if not nopush:
push_patches(applied, merged)
os.makedirs(os.path.join(self._dir(), 'patches'))
os.makedirs(self.__refs_dir)
self.__begin_stack_check()
os.makedirs(os.path.join(self._dir(), 'patches'))
os.makedirs(self.__refs_dir)
self.__begin_stack_check()
+ self._set_field('orig-base', git.get_head())
def convert(self):
"""Either convert to use a separate patch directory, or
def convert(self):
"""Either convert to use a separate patch directory, or