Use get/set_name for a stack's name.
[stgit] / stgit / commands / series.py
index fe4e468..0b3efe0 100644 (file)
@@ -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 = ''