diff --git a/mercurial/revset.py b/mercurial/revset.py index 487785a8fd..f97192f5f2 100644 --- 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: