# HG changeset patch # User Martin von Zweigbergk # Date 2018-09-12 18:24:51 # Node ID a64a965b361006f19e854e07f4d00a6558e23414 # Parent 921aeb9ac5088c912a3f31f294fe4bc167226f68 localrepo: fix a mixmatched arg name in createrepository() docstring Differential Revision: https://phab.mercurial-scm.org/D4548 diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -2463,7 +2463,7 @@ def createrepository(ui, wdirvfs, create """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 {}