##// END OF EJS Templates
phases: check secret presence the right way during discovery...
marmoute -
r52295:2e10ddbb default
parent child Browse files
Show More
@@ -168,7 +168,7 b' def findcommonoutgoing('
168 168 og.commonheads, _any, _hds = commoninc
169 169
170 170 # compute outgoing
171 mayexclude = repo._phasecache.phaseroots[phases.secret] or repo.obsstore
171 mayexclude = phases.hassecret(repo) or repo.obsstore
172 172 if not mayexclude:
173 173 og.ancestorsof = onlyheads or repo.heads()
174 174 elif onlyheads is None:
General Comments 0
You need to be logged in to leave comments. Login now