largefiles: deprecate --all-largefiles for pull
The same can be achieved with --lfrev pulled() and we shouldn't advertise
unnecessary command line options.
--- 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)