summaryrefslogtreecommitdiffstats
path: root/subcmds/prune.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/prune.py')
-rw-r--r--subcmds/prune.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/subcmds/prune.py b/subcmds/prune.py
index f18471f3..f99082a4 100644
--- a/subcmds/prune.py
+++ b/subcmds/prune.py
@@ -83,9 +83,7 @@ class Prune(PagedCommand):
83 ) 83 )
84 84
85 if not branch.base_exists: 85 if not branch.base_exists:
86 print( 86 print(f"(ignoring: tracking branch is gone: {branch.base})")
87 "(ignoring: tracking branch is gone: %s)" % (branch.base,)
88 )
89 else: 87 else:
90 commits = branch.commits 88 commits = branch.commits
91 date = branch.date 89 date = branch.date