diff -r 3fe0507a4dcd -r e9bcc2efb7e8 hgext/churn.py --- 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