Show More
@@ -1513,6 +1513,7 b' def present(repo, subset, x):' | |||
|
1513 | 1513 | # for internal use |
|
1514 | 1514 | def _notpublic(repo, subset, x): |
|
1515 | 1515 | getargs(x, 0, 0, "_notpublic takes no arguments") |
|
1516 | repo._phasecache.loadphaserevs(repo) # ensure phase's sets are loaded | |
|
1516 | 1517 | if repo._phasecache._phasesets: |
|
1517 | 1518 | s = set() |
|
1518 | 1519 | for u in repo._phasecache._phasesets[1:]: |
General Comments 0
You need to be logged in to leave comments.
Login now