# HG changeset patch # User Raphaël Gomès # Date 2022-03-28 21:45:54 # Node ID 4c75f00b199ee70056df5da393718644b5082d7c # Parent 2c78dd3f11de20498aa0e8bfacf4bdf0f00bd405 dirstate-item: add missing bit of docstring Differential Revision: https://phab.mercurial-scm.org/D12517 diff --git a/mercurial/pure/parsers.py b/mercurial/pure/parsers.py --- a/mercurial/pure/parsers.py +++ b/mercurial/pure/parsers.py @@ -278,7 +278,7 @@ class DirstateItem: self._mtime_ns = None def drop_merge_data(self): - """remove all "merge-only" from a DirstateItem + """remove all "merge-only" information from a DirstateItem This is to be call by the dirstatemap code when the second parent is dropped """