--- a/hgext/largefiles/uisetup.py Wed Dec 07 16:25:51 2011 +0100
+++ b/hgext/largefiles/uisetup.py Fri Dec 09 17:34:56 2011 +0100
@@ -23,8 +23,9 @@
entry = extensions.wrapcommand(commands.table, 'add',
overrides.override_add)
addopt = [('', 'large', None, _('add as largefile')),
- ('', 'lfsize', '', _('add all files above this size (in megabytes) '
- 'as largefiles (default: 10)'))]
+ ('', 'lfsize', '', _('add all files above this size '
+ '(in megabytes) as largefiles '
+ '(default: 10)'))]
entry[1].extend(addopt)
entry = extensions.wrapcommand(commands.table, 'addremove',