largefiles: deprecate --all-largefiles for pull
authorMads Kiilerich <madski@unity3d.com>
Mon, 15 Apr 2013 01:59:11 +0200
changeset 18982 43cb150e74f9
parent 18981 83ead8cb0ff2
child 18983 31bcc5112191
child 18986 2f7186400a07
largefiles: deprecate --all-largefiles for pull The same can be achieved with --lfrev pulled() and we shouldn't advertise unnecessary command line options.
hgext/largefiles/uisetup.py
--- a/hgext/largefiles/uisetup.py	Mon Apr 15 01:59:11 2013 +0200
+++ b/hgext/largefiles/uisetup.py	Mon Apr 15 01:59:11 2013 +0200
@@ -79,7 +79,7 @@
     entry = extensions.wrapcommand(commands.table, 'pull',
                                    overrides.overridepull)
     pullopt = [('', 'all-largefiles', None,
-                 _('download all pulled versions of largefiles')),
+                 _('download all pulled versions of largefiles (DEPRECATED)')),
                ('', 'lfrev', [],
                 _('download largefiles for these revisions'), _('REV'))]
     entry[1].extend(pullopt)