Mercurial > hg
changeset 40737:32a23c3f56d4
remotefilelog: fix typo in docstring
Differential Revision: https://phab.mercurial-scm.org/D5306
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 26 Nov 2018 15:53:34 -0500 |
parents | 0728d87a8631 |
children | 8947f49daaa8 |
files | hgext/remotefilelog/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/remotefilelog/__init__.py Fri Nov 23 18:58:16 2018 +0300 +++ b/hgext/remotefilelog/__init__.py Mon Nov 26 15:53:34 2018 -0500 @@ -67,7 +67,7 @@ particular, minimum number of packs files > gencountlimit. ``remotefilelog.history.generations`` list for specifying the lower bound of - each generation of the historhy pack files. For example, list [ + each generation of the history pack files. For example, list [ '100MB', '1MB'] or ['1MB', '100MB'] will lead to three generations: [ 0, 1MB), [1MB, 100MB) and [100MB, infinity).