X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/a0ce5562122f6536329de1dc4f3e460032e02cca..117ed129a470c5cdae3addb43ff6f2d04f3e5409:/stgit/commands/rebase.py diff --git a/stgit/commands/rebase.py b/stgit/commands/rebase.py index b09204e..b5a80bb 100644 --- a/stgit/commands/rebase.py +++ b/stgit/commands/rebase.py @@ -46,7 +46,7 @@ options = [ opt('-m', '--merged', action = 'store_true', short = 'Check for patches merged upstream')] -directory = DirectoryGotoToplevel() +directory = DirectoryGotoToplevel(log = True) def func(parser, options, args): """Rebase the current stack