##// END OF EJS Templates
localrepo: fix a mixmatched arg name in createrepository() docstring...
Martin von Zweigbergk -
r39616:a64a965b default
parent child Browse files
Show More
@@ -2463,7 +2463,7 b' def createrepository(ui, wdirvfs, create'
2463 """Create a new repository in a vfs.
2463 """Create a new repository in a vfs.
2464
2464
2465 ``wdirvfs`` is a vfs instance pointing at the working directory.
2465 ``wdirvfs`` is a vfs instance pointing at the working directory.
2466 ``requirements`` is a set of requirements for the new repository.
2466 ``createopts`` options for the new repository.
2467 """
2467 """
2468 createopts = createopts or {}
2468 createopts = createopts or {}
2469
2469
General Comments 0
You need to be logged in to leave comments. Login now