Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/debugcommands.py @ 47030:bd2ed1032b4e stable
debugcommands: fix some plural-agreements I noticed
Differential Revision: https://phab.mercurial-scm.org/D10669
author | Augie Fackler <augie@google.com> |
---|---|
date | Tue, 04 May 2021 13:28:42 -0400 |
parents | d7b36a4e03de |
children | f38bf44e077f |
comparison
equal
deleted
inserted
replaced
47029:48637f926817 | 47030:bd2ed1032b4e |
---|---|
4083 repository data is swapped in. This window will be as long as it takes to | 4083 repository data is swapped in. This window will be as long as it takes to |
4084 rename some directories inside the ``.hg`` directory. On most machines, this | 4084 rename some directories inside the ``.hg`` directory. On most machines, this |
4085 should complete almost instantaneously and the chances of a consumer being | 4085 should complete almost instantaneously and the chances of a consumer being |
4086 unable to access the repository should be low. | 4086 unable to access the repository should be low. |
4087 | 4087 |
4088 By default, all revlog will be upgraded. You can restrict this using flag | 4088 By default, all revlogs will be upgraded. You can restrict this using flags |
4089 such as `--manifest`: | 4089 such as `--manifest`: |
4090 | 4090 |
4091 * `--manifest`: only optimize the manifest | 4091 * `--manifest`: only optimize the manifest |
4092 * `--no-manifest`: optimize all revlog but the manifest | 4092 * `--no-manifest`: optimize all revlog but the manifest |
4093 * `--changelog`: optimize the changelog only | 4093 * `--changelog`: optimize the changelog only |