# HG changeset patch # User Yuya Nishihara # Date 1432045585 -32400 # Node ID d032f57936f57b8db4fb0b1d2e4da58e5a248177 # Parent 29be0450b667ddd66a7d1356793f1f40c19fdf33 revset: drop docstring from internal _notpublic() function It shouldn't be listed in "hg help revset". diff -r 29be0450b667 -r d032f57936f5 mercurial/revset.py --- 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: