changeset 36422 | e9bcc2efb7e8 |
parent 35928 | c8e2d6ed1f9e |
child 36636 | c6061cadb400 |
--- a/hgext/churn.py Sat Feb 24 15:35:00 2018 +0530 +++ b/hgext/churn.py Sat Feb 24 16:04:57 2018 +0530 @@ -171,7 +171,7 @@ ui.warn(_("skipping malformed alias: %s\n") % l) continue - rate = countrate(ui, repo, amap, *pats, **opts).items() + rate = list(countrate(ui, repo, amap, *pats, **opts).items()) if not rate: return