D7336: index: use `index.get_rev` in `obsolete._computephasedivergentset`

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Sat Nov 9 10:58:17 EST 2019


Closed by commit rHG8accdc297ba3: index: use `index.get_rev` in `obsolete._computephasedivergentset` (authored by marmoute).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7336?vs=17843&id=17895

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7336/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7336

AFFECTED FILES
  mercurial/obsolete.py

CHANGE DETAILS

diff --git a/mercurial/obsolete.py b/mercurial/obsolete.py
--- a/mercurial/obsolete.py
+++ b/mercurial/obsolete.py
@@ -980,7 +980,7 @@
     phase = repo._phasecache.phase  # would be faster to grab the full list
     public = phases.public
     cl = repo.changelog
-    torev = cl.nodemap.get
+    torev = cl.index.get_rev
     tonode = cl.node
     obsstore = repo.obsstore
     for rev in repo.revs(b'(not public()) and (not obsolete())'):



To: marmoute, #hg-reviewers, indygreg
Cc: mercurial-devel


More information about the Mercurial-devel mailing list