# HG changeset patch # User Yuya Nishihara # Date 2015-05-19 14:26:25 # Node ID d032f57936f57b8db4fb0b1d2e4da58e5a248177 # Parent 29be0450b667ddd66a7d1356793f1f40c19fdf33 revset: drop docstring from internal _notpublic() function It shouldn't be listed in "hg help revset". diff --git a/mercurial/revset.py b/mercurial/revset.py --- a/mercurial/revset.py +++ b/mercurial/revset.py @@ -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: