mercurial/util.py
branchstable
changeset 23076 c312ef382033
parent 23030 a0e0aa12b672
child 23097 30124c40d11f
--- a/mercurial/util.py	Thu Oct 23 12:28:00 2014 -0200
+++ b/mercurial/util.py	Thu Oct 23 12:35:10 2014 -0200
@@ -211,6 +211,7 @@
                 (self._size, self._got))
         for k, v in self._digests.items():
             if v != self._digester[k]:
+                # i18n: first parameter is a digest name
                 raise Abort(_('%s mismatch: expected %s, got %s') %
                     (k, v, self._digester[k]))