mercurial/obsolete.py
changeset 38157 02f992ac26e9
parent 37131 d30810d09d6f
child 38707 6b5ca1d0aa1e
--- a/mercurial/obsolete.py	Mon May 21 17:33:50 2018 +0200
+++ b/mercurial/obsolete.py	Tue May 22 18:10:00 2018 +0200
@@ -853,7 +853,7 @@
 
 def _mutablerevs(repo):
     """the set of mutable revision in the repository"""
-    return repo._phasecache.getrevset(repo, (phases.draft, phases.secret))
+    return repo._phasecache.getrevset(repo, phases.mutablephases)
 
 @cachefor('obsolete')
 def _computeobsoleteset(repo):