chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c052b0
)
Never skip rebase
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Sat, 2 May 2009 07:42:31 +0000
(09:42 +0200)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Mon, 5 Oct 2009 09:46:34 +0000
(10:46 +0100)
This is important if we have a custom rebase command (like "git svn
rebase").
Signed-off-by: Jakob Stoklund Olesen <stoklund@2pi.dk>
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/common.py
patch
|
blob
|
blame
|
history
diff --git
a/stgit/commands/common.py
b/stgit/commands/common.py
index 0922b5ddfa0a14f9537e3fa5345b132aa7bf6ca7..ac53654f69feba481741f5fe338e08aad7263d6d 100644
(file)
--- 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: