largefiles: fix indentation
authorMartin Geisler <mg@aragost.com>
Fri, 09 Dec 2011 17:34:56 +0100
changeset 15627 9d7a83a42f8c
parent 15626 931dc4af0d95
child 15628 2b40513384ca
largefiles: fix indentation
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',