Mercurial > hg-stable
changeset 18982:43cb150e74f9
largefiles: deprecate --all-largefiles for pull
The same can be achieved with --lfrev pulled() and we shouldn't advertise
unnecessary command line options.
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Mon, 15 Apr 2013 01:59:11 +0200 |
parents | 83ead8cb0ff2 |
children | 31bcc5112191 2f7186400a07 |
files | hgext/largefiles/uisetup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)