D4548: localrepo: fix a mixmatched arg name in createrepository() docstring

2018-09-12 Thread martinvonz (Martin von Zweigbergk)
martinvonz updated this revision to Diff 10976.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4548?vs=10975=10976

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

AFFECTED FILES
  mercurial/localrepo.py

CHANGE DETAILS

diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -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 {}
 



To: martinvonz, #hg-reviewers
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D4548: localrepo: fix a mixmatched arg name in createrepository() docstring

2018-09-12 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes.
Closed by commit rHGa64a965b3610: localrepo: fix a mixmatched arg name in 
createrepository() docstring (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4548?vs=10972=10975

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

AFFECTED FILES
  mercurial/localrepo.py

CHANGE DETAILS

diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -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 {}
 



To: martinvonz, #hg-reviewers
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel