revset: drop docstring from internal _notpublic() function

It shouldn't be listed in "hg help revset".
This commit is contained in:
Yuya Nishihara 2015-05-19 23:26:25 +09:00
parent 1e69c9cdfb
commit 9dda746eb9

View File

@ -1478,9 +1478,8 @@ def present(repo, subset, x):
except error.RepoLookupError:
return baseset()
# for internal use
def _notpublic(repo, subset, x):
"""``_notpublic()``
Changeset not in public phase."""
# i18n: "public" is a keyword
getargs(x, 0, 0, _("_notpublic takes no arguments"))
if repo._phasecache._phasesets: