diff --git a/hgext/churn.py b/hgext/churn.py --- a/hgext/churn.py +++ b/hgext/churn.py @@ -69,7 +69,7 @@ def countrate(ui, repo, amap, *pats, **o else: parents = ctx.parents() if len(parents) > 1: - ui.note(_('Revision %d is a merge, ignoring...\n') % (rev,)) + ui.note(_('revision %d is a merge, ignoring...\n') % (rev,)) return ctx1 = parents[0]