Mercurial > hg
changeset 15295:bd9405551ad4 stable
largefiles: fix typo
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Mon, 17 Oct 2011 19:10:28 -0200 |
parents | db7b09e689f1 |
children | 4b71c17caeb8 |
files | hgext/largefiles/uisetup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/largefiles/uisetup.py Mon Oct 17 19:10:42 2011 -0200 +++ b/hgext/largefiles/uisetup.py Mon Oct 17 19:10:28 2011 -0200 @@ -23,7 +23,7 @@ entry = extensions.wrapcommand(commands.table, 'add', overrides.override_add) addopt = [('', 'large', None, _('add as largefile')), - ('', 'lfsize', '', _('add all files above this size (in megabytes)' + ('', 'lfsize', '', _('add all files above this size (in megabytes) ' 'as largefiles (default: 10)'))] entry[1].extend(addopt)