[Updated] D9617: debugupgraderepo: minor documentation fix

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Tue Jan 12 23:54:16 UTC 2021


Closed by commit rHG2dbe6053d49a: debugupgraderepo: minor documentation fix (authored by pulkit).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D9617?vs=24546&id=24755

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D9617/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D9617

AFFECTED FILES
  mercurial/debugcommands.py

CHANGE DETAILS

diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py
--- a/mercurial/debugcommands.py
+++ b/mercurial/debugcommands.py
@@ -3930,7 +3930,7 @@
       * `--changelog`: optimize the changelog only
       * `--no-changelog --no-manifest`: optimize filelogs only
       * `--filelogs`: optimize the filelogs only
-      * `--no-changelog --no-manifest --no-filelogs`: skip all filelog optimisation
+      * `--no-changelog --no-manifest --no-filelogs`: skip all revlog optimizations
     """
     return upgrade.upgraderepo(
         ui, repo, run=run, optimize=set(optimize), backup=backup, **opts



To: pulkit, #hg-reviewers, marmoute, mharbison72
Cc: marmoute, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210112/e3d29a3e/attachment-0002.html>


More information about the Mercurial-patches mailing list