D5306: remotefilelog: fix typo in docstring

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Tue Nov 27 05:17:34 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG32a23c3f56d4: remotefilelog: fix typo in docstring (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5306?vs=12600&id=12607

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

AFFECTED FILES
  hgext/remotefilelog/__init__.py

CHANGE DETAILS

diff --git a/hgext/remotefilelog/__init__.py b/hgext/remotefilelog/__init__.py
--- a/hgext/remotefilelog/__init__.py
+++ b/hgext/remotefilelog/__init__.py
@@ -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).
 



To: durin42, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list