changeset 4176 | f9bbcebcacea |
parent 4174 | a2335e832e16 |
child 4179 | 7e1c8a565a4f |
--- a/mercurial/commands.py Sat Mar 10 17:36:29 2007 -0800 +++ b/mercurial/commands.py Tue Mar 13 15:02:33 2007 -0300 @@ -1447,7 +1447,7 @@ if not ui.quiet: branch = util.tolocal(repo.workingctx().branch()) - if branch: + if branch != 'default': output.append("(%s)" % branch) # multiple tags for a single parent separated by '/'