##// END OF EJS Templates
revset: drop docstring from internal _notpublic() function...
Yuya Nishihara -
r25224:d032f579 default
parent child Browse files
Show More
@@ -1478,9 +1478,8 b' def present(repo, subset, x):'
1478 except error.RepoLookupError:
1478 except error.RepoLookupError:
1479 return baseset()
1479 return baseset()
1480
1480
1481 # for internal use
1481 def _notpublic(repo, subset, x):
1482 def _notpublic(repo, subset, x):
1482 """``_notpublic()``
1483 Changeset not in public phase."""
1484 # i18n: "public" is a keyword
1483 # i18n: "public" is a keyword
1485 getargs(x, 0, 0, _("_notpublic takes no arguments"))
1484 getargs(x, 0, 0, _("_notpublic takes no arguments"))
1486 if repo._phasecache._phasesets:
1485 if repo._phasecache._phasesets:
General Comments 0
You need to be logged in to leave comments. Login now