# HG changeset patch # User Martin Geisler # Date 1323448496 -3600 # Node ID 9d7a83a42f8c189adc6246daafe1113ba9107932 # Parent 931dc4af0d95f4c2803d9632c7c5a3bf9f614df7 largefiles: fix indentation diff -r 931dc4af0d95 -r 9d7a83a42f8c hgext/largefiles/uisetup.py --- 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',