hgext/largefiles/uisetup.py
changeset 18980 9717a326d270
parent 18979 1176832fc757
child 18982 43cb150e74f9
--- a/hgext/largefiles/uisetup.py	Mon Apr 15 01:59:04 2013 +0200
+++ b/hgext/largefiles/uisetup.py	Mon Apr 15 01:59:11 2013 +0200
@@ -80,8 +80,6 @@
                                    overrides.overridepull)
     pullopt = [('', 'all-largefiles', None,
                  _('download all pulled versions of largefiles')),
-               ('', 'cache-largefiles', None,
-                 _('caches new largefiles in all pulled heads')),
                ('', 'lfrev', [],
                 _('download largefiles for these revisions'), _('REV'))]
     entry[1].extend(pullopt)