# HG changeset patch # User Martin Geisler # Date 2010-04-05 11:44:30 # Node ID 6e876718d0cff944e1e557cdd4eea554a6fabe83 # Parent 4ab459a6c25c8639c66550c2c0501265d6095624 commands: leftover from d7b601f1e02c diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3075,7 +3075,6 @@ def summary(ui, repo, **opts): ctx = repo[None] parents = ctx.parents() pnode = parents[0].node() - tags = repo.tags() for p in parents: # label with log.changeset (instead of log.parent) since this