##// END OF EJS Templates
commands: leftover from d7b601f1e02c
Martin Geisler -
r10835:6e876718 default
parent child Browse files
Show More
@@ -3075,7 +3075,6 b' def summary(ui, repo, **opts):'
3075 ctx = repo[None]
3075 ctx = repo[None]
3076 parents = ctx.parents()
3076 parents = ctx.parents()
3077 pnode = parents[0].node()
3077 pnode = parents[0].node()
3078 tags = repo.tags()
3079
3078
3080 for p in parents:
3079 for p in parents:
3081 # label with log.changeset (instead of log.parent) since this
3080 # label with log.changeset (instead of log.parent) since this
General Comments 0
You need to be logged in to leave comments. Login now