X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/a7e0d4ee29d73438463fd9855a5e23dbae8cbfa0..d37ff07984e8230e9444fdce2af0f8da3a46db64:/stgit/commands/series.py diff --git a/stgit/commands/series.py b/stgit/commands/series.py index fe4e468..0b3efe0 100644 --- a/stgit/commands/series.py +++ b/stgit/commands/series.py @@ -181,7 +181,7 @@ def func(parser, options, args): return if options.showbranch: - branch_str = '@' + crt_series.get_branch() + branch_str = '@' + crt_series.get_name() else: branch_str = ''