diff --git a/mercurial/dirstate.py b/mercurial/dirstate.py --- a/mercurial/dirstate.py +++ b/mercurial/dirstate.py @@ -744,10 +744,6 @@ self._addpath(f, possibly_dirty=True) self._map.copymap.pop(f, None) - def _add(self, filename): - """internal function to mark a file as added""" - self._addpath(filename, added=True) - def _drop(self, filename): """internal function to drop a file from the dirstate""" if self._map.dropfile(filename):