mercurial/debugcommands.py
branchstable
changeset 47061 bd2ed1032b4e
parent 46961 d7b36a4e03de
child 47062 f38bf44e077f
equal deleted inserted replaced
47059:48637f926817 47061: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