# HG changeset patch # User Pierre-Yves David # Date 1676933180 -3600 # Node ID fbb4c7117cf149e57d4f68146b56f08798347d66 # Parent 7e6c5cfaba6a9c0d87fa44e51b9210dd01b30a00 dirstate: phase-divergent update to 4e95341c89aa Heptapod published the obsolete version of those. diff -r 7e6c5cfaba6a -r fbb4c7117cf1 mercurial/dirstate.py --- a/mercurial/dirstate.py Tue Feb 21 22:25:20 2023 +0100 +++ b/mercurial/dirstate.py Mon Feb 20 23:46:20 2023 +0100 @@ -137,7 +137,7 @@ @interfaceutil.implementer(intdirstate.idirstate) class dirstate: - # used by largefile to avoid overwritting transaction callbacK + # used by largefile to avoid overwritting transaction callback _tr_key_suffix = b'' def __init__(