From: Jakob Stoklund Olesen Date: Sat, 2 May 2009 07:42:31 +0000 (+0200) Subject: Never skip rebase X-Git-Tag: v0.15-rc4~4 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/00be16b0cde8e6c6cf23f0c3e530f85a4d4fbd90?ds=sidebyside Never skip rebase This is important if we have a custom rebase command (like "git svn rebase"). Signed-off-by: Jakob Stoklund Olesen Signed-off-by: Catalin Marinas --- diff --git a/stgit/commands/common.py b/stgit/commands/common.py index 0922b5d..ac53654 100644 --- a/stgit/commands/common.py +++ b/stgit/commands/common.py @@ -301,9 +301,6 @@ def rebase(crt_series, target): # it might be that we use a custom rebase command with its own # target type tree_id = target - if tree_id == git.get_head(): - out.info('Already at "%s", no need for rebasing.' % target) - return if target: out.start('Rebasing to "%s"' % target) else: