diff -r 39e2b2d062c1 -r 493034cc3265 mercurial/scmutil.py --- a/mercurial/scmutil.py Thu Jul 18 12:03:29 2024 +0200 +++ b/mercurial/scmutil.py Thu Jul 18 12:36:12 2024 +0200 @@ -730,7 +730,6 @@ This is extracted in a function to help extensions (eg: evolve) to experiment with various message variants.""" if repo.filtername.startswith(b'visible'): - # Check if the changeset is obsolete unfilteredrepo = repo.unfiltered() ctx = revsymbol(unfilteredrepo, changeid)