Submitter | phabricator |
---|---|
Date | Feb. 24, 2018, 12:56 p.m. |
Message ID | <9ea6b33125412532c79d9b809bad7a60@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28321/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/churn.py b/hgext/churn.py --- a/hgext/churn.py +++ b/hgext/churn.py @@ -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