diff mercurial/interfaces/dirstate.py @ 47915:51cd60c0a345

dirstate: drop the deprecated `drop` method eh ;-) Differential Revision: https://phab.mercurial-scm.org/D11350
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 24 Aug 2021 21:12:39 +0200
parents 8e46934c58d2
children 934a6213fee9
line wrap: on
line diff
--- a/mercurial/interfaces/dirstate.py	Tue Aug 24 21:11:57 2021 +0200
+++ b/mercurial/interfaces/dirstate.py	Tue Aug 24 21:12:39 2021 +0200
@@ -132,9 +132,6 @@
     def copies():
         pass
 
-    def drop(f):
-        '''Drop a file from the dirstate'''
-
     def normalize(path, isknown=False, ignoremissing=False):
         """
         normalize the case of a pathname when on a casefolding filesystem