diff hgext/largefiles/uisetup.py @ 15944:f19d5c852f9b stable

largefiles: add --normal option to hg add (issue3061)
author Na'Tosha Bard <natosha@unity3d.com>
date Fri, 02 Dec 2011 18:20:32 +0100
parents 7b7f03502b5a
children 7e30f5f2285f
line wrap: on
line diff
--- a/hgext/largefiles/uisetup.py	Fri Jan 20 11:56:12 2012 +0100
+++ b/hgext/largefiles/uisetup.py	Fri Dec 02 18:20:32 2011 +0100
@@ -23,6 +23,7 @@
     entry = extensions.wrapcommand(commands.table, 'add',
                                    overrides.override_add)
     addopt = [('', 'large', None, _('add as largefile')),
+              ('', 'normal', None, _('add as normal file')),
               ('', 'lfsize', '', _('add all files above this size '
                                    '(in megabytes) as largefiles '
                                    '(default: 10)'))]