diff hgext/largefiles/uisetup.py @ 18980:9717a326d270

largefiles: drop --cache-largefiles again This goes a step further than d69585a5c5c0 and backs out the unreleased --cache-largefiles option. The same can be achieved with --lfrev heads(pulled()) and we shouldn't introduce unnecessary command line options.
author Mads Kiilerich <madski@unity3d.com>
date Mon, 15 Apr 2013 01:59:11 +0200
parents 1176832fc757
children 43cb150e74f9
line wrap: on
line diff
--- 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)