diff --git a/hgext/git/dirstate.py b/hgext/git/dirstate.py index 3b8fce9a74df6a06d445cf9c33b974b79772965d_aGdleHQvZ2l0L2RpcnN0YXRlLnB5..3c4d36a96a3e20091fa889604bd4d214aa5b1907_aGdleHQvZ2l0L2RpcnN0YXRlLnB5 100644 --- a/hgext/git/dirstate.py +++ b/hgext/git/dirstate.py @@ -330,7 +330,8 @@ # TODO: figure out a strategy for saving index backups. pass - def set_tracked(self, f): + def set_tracked(self, f, reset_copy=False): + # TODO: support copies and reset_copy=True uf = pycompat.fsdecode(f) if uf in self.git.index: return False