Show More
@@ -79,7 +79,7 b' def uisetup(ui):' | |||||
79 | entry = extensions.wrapcommand(commands.table, 'pull', |
|
79 | entry = extensions.wrapcommand(commands.table, 'pull', | |
80 | overrides.overridepull) |
|
80 | overrides.overridepull) | |
81 | pullopt = [('', 'all-largefiles', None, |
|
81 | pullopt = [('', 'all-largefiles', None, | |
82 | _('download all pulled versions of largefiles')), |
|
82 | _('download all pulled versions of largefiles (DEPRECATED)')), | |
83 | ('', 'lfrev', [], |
|
83 | ('', 'lfrev', [], | |
84 | _('download largefiles for these revisions'), _('REV'))] |
|
84 | _('download largefiles for these revisions'), _('REV'))] | |
85 | entry[1].extend(pullopt) |
|
85 | entry[1].extend(pullopt) |
General Comments 0
You need to be logged in to leave comments.
Login now