# HG changeset patch # User Martin Geisler # Date 2011-10-28 13:00:21 # Node ID a53888685a6cf3f203caa3a92083f2a80ca66dfe # Parent 3ca419fb435e12b9711455ef8d28b0f1bd5eb7e2 largefiles: fix uppercase in abort message diff --git a/hgext/largefiles/lfcommands.py b/hgext/largefiles/lfcommands.py --- a/hgext/largefiles/lfcommands.py +++ b/hgext/largefiles/lfcommands.py @@ -227,7 +227,7 @@ def _lfconvert_addchangeset(rsrc, rdst, if 'l' in fctx.flags(): if renamedlfile: raise util.Abort( - _('Renamed/copied largefile %s becomes symlink') + _('renamed/copied largefile %s becomes symlink') % f) islfile = False if islfile: