mercurial/localrepo.py
changeset 17434 038f4f0439d7
parent 17427 57c6c24b9bc4
child 17469 fb72eec7efd8
equal deleted inserted replaced
17433:1e104d8198d7 17434:038f4f0439d7
   304         consistency reason
   304         consistency reason
   305 
   305 
   306         Note that the hiddenrevs will needs invalidations when
   306         Note that the hiddenrevs will needs invalidations when
   307         - a new changesets is added (possible unstable above extinct)
   307         - a new changesets is added (possible unstable above extinct)
   308         - a new obsolete marker is added (possible new extinct changeset)
   308         - a new obsolete marker is added (possible new extinct changeset)
       
   309 
       
   310         hidden changesets cannot have non-hidden descendants
   309         """
   311         """
   310         hidden = set()
   312         hidden = set()
   311         if self.obsstore:
   313         if self.obsstore:
   312             ### hide extinct changeset that are not accessible by any mean
   314             ### hide extinct changeset that are not accessible by any mean
   313             hiddenquery = 'extinct() - ::(. + bookmark() + tagged())'
   315             hiddenquery = 'extinct() - ::(. + bookmark() + tagged())'