branch | stable |
changeset 15295 | bd9405551ad4 |
parent 15254 | dd03d3a9f888 |
child 15349 | 63455eb771af |
--- 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)