changeset 51699 | ca7bde5dbafb |
parent 51696 | 7f0cb9ee0534 |
child 51725 | 278af66e6595 |
--- 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)