changeset 15627:9d7a83a42f8c

largefiles: fix indentation
author Martin Geisler <mg@aragost.com>
date Fri, 09 Dec 2011 17:34:56 +0100
parents 931dc4af0d95
children 2b40513384ca
files hgext/largefiles/uisetup.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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',