hgext/largefiles/uisetup.py
branchstable
changeset 15944 f19d5c852f9b
parent 15674 7b7f03502b5a
child 16093 7e30f5f2285f
--- 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)'))]