changeset 50208 | 3f3fca243dca |
parent 50086 | 76d44983a398 |
child 50256 | a6e0b7d4ae9d |
--- a/mercurial/interfaces/dirstate.py Thu Feb 23 15:32:27 2023 +0100 +++ b/mercurial/interfaces/dirstate.py Wed Feb 22 02:08:11 2023 +0100 @@ -166,13 +166,6 @@ def rebuild(parent, allfiles, changedfiles=None): pass - def identity(): - """Return identity of dirstate itself to detect changing in storage - - If identity of previous dirstate is equal to this, writing - changes based on the former dirstate out can keep consistency. - """ - def write(tr): pass