Skip to content
Snippets Groups Projects
Commit 21b12b22 authored by Martin Geisler's avatar Martin Geisler
Browse files

churn: lowercase message

parent dfaf8698
Branches
Tags
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment