mercurial/debugcommands.py
changeset 46208 083438d6f403
parent 46201 b986e3342827
child 46211 2dbe6053d49a
equal deleted inserted replaced
46207:e2139e071b5c 46208:083438d6f403
  3931       * `--no-changelog --no-manifest`: optimize filelogs only
  3931       * `--no-changelog --no-manifest`: optimize filelogs only
  3932       * `--filelogs`: optimize the filelogs only
  3932       * `--filelogs`: optimize the filelogs only
  3933       * `--no-changelog --no-manifest --no-filelogs`: skip all filelog optimisation
  3933       * `--no-changelog --no-manifest --no-filelogs`: skip all filelog optimisation
  3934     """
  3934     """
  3935     return upgrade.upgraderepo(
  3935     return upgrade.upgraderepo(
  3936         ui, repo, run=run, optimize=optimize, backup=backup, **opts
  3936         ui, repo, run=run, optimize=set(optimize), backup=backup, **opts
  3937     )
  3937     )
  3938 
  3938 
  3939 
  3939 
  3940 @command(
  3940 @command(
  3941     b'debugwalk', cmdutil.walkopts, _(b'[OPTION]... [FILE]...'), inferrepo=True
  3941     b'debugwalk', cmdutil.walkopts, _(b'[OPTION]... [FILE]...'), inferrepo=True