Mercurial > hg-stable
diff hgext/largefiles/lfcommands.py @ 15380:a53888685a6c stable
largefiles: fix uppercase in abort message
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Fri, 28 Oct 2011 15:00:21 +0200 |
parents | f26ed4ea46d8 |
children | 6a7e874390b0 |
line wrap: on
line diff
--- a/hgext/largefiles/lfcommands.py Fri Oct 28 12:59:50 2011 +0200 +++ b/hgext/largefiles/lfcommands.py Fri Oct 28 15:00:21 2011 +0200 @@ -227,7 +227,7 @@ 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: