Mercurial > public > mercurial-scm > hg
diff hgext/git/dirstate.py @ 50022:e333cc169c45
dirstate: rename `pendingparentchange` to `is_changing_parents`
This is clearer and more inline witht he other change we did.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 30 Jan 2023 19:21:34 +0100 |
parents | 7a8bfc05b691 |
children | e1cff85484e2 |
line wrap: on
line diff
--- a/hgext/git/dirstate.py Thu Jan 26 15:50:36 2023 +0100 +++ b/hgext/git/dirstate.py Mon Jan 30 19:21:34 2023 +0100 @@ -260,7 +260,7 @@ # # TODO what the heck is this _filecache = set() - def pendingparentchange(self): + def is_changing_parents(self): # TODO: we need to implement the context manager bits and # correctly stage/revert index edits. return False