revset: drop docstring from internal _notpublic() function
It shouldn't be listed in "hg help revset".
--- a/mercurial/revset.py Wed May 13 20:30:12 2015 -0700
+++ b/mercurial/revset.py Tue May 19 23:26:25 2015 +0900
@@ -1478,9 +1478,8 @@
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: