changeset 51696 | 7f0cb9ee0534 |
parent 51686 | 493034cc3265 |
child 51699 | ca7bde5dbafb |
--- a/mercurial/scmutil.py Mon Jul 22 16:49:38 2024 +0200 +++ b/mercurial/scmutil.py Tue Jul 23 10:02:46 2024 +0200 @@ -730,6 +730,7 @@ 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)