Mercurial > hg
changeset 39580:a64a965b3610
localrepo: fix a mixmatched arg name in createrepository() docstring
Differential Revision: https://phab.mercurial-scm.org/D4548
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 12 Sep 2018 11:24:51 -0700 |
parents | 921aeb9ac508 |
children | 68ce242c8b4b |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/localrepo.py Wed Sep 12 11:37:34 2018 -0400 +++ b/mercurial/localrepo.py Wed Sep 12 11:24:51 2018 -0700 @@ -2463,7 +2463,7 @@ """Create a new repository in a vfs. ``wdirvfs`` is a vfs instance pointing at the working directory. - ``requirements`` is a set of requirements for the new repository. + ``createopts`` options for the new repository. """ createopts = createopts or {}