[PATCH stable] largefiles: fix typo

Wagner Bruna wagner.bruna+mercurial at gmail.com
Mon Oct 17 16:19:15 CDT 2011


# HG changeset patch
# User Wagner Bruna <wbruna at softwareexpress.com.br>
# Date 1318885828 7200
# Branch stable
# Node ID 4b8bafdad45fa4b82186d92aafd517965e3df47e
# Parent  37cbde49c16a8d6d2d5a6c834864724107055721
largefiles: fix typo

diff --git a/hgext/largefiles/uisetup.py b/hgext/largefiles/uisetup.py
--- a/hgext/largefiles/uisetup.py
+++ b/hgext/largefiles/uisetup.py
@@ -23,7 +23,7 @@ def uisetup(ui):
     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)
 


More information about the Mercurial-devel mailing list