diff -r b0a4de6c14f8 -r ca7bde5dbafb 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)