hgext/churn.py
changeset 16924 21b12b22c024
parent 16743 38caf405d010
child 17773 434e5bd615fc
--- a/hgext/churn.py	Mon Jun 11 17:45:36 2012 +0200
+++ b/hgext/churn.py	Tue Jun 12 14:18:18 2012 +0200
@@ -69,7 +69,7 @@
         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]