diff mercurial/interfaces/dirstate.py @ 47910:50bed873a765

dirstate: drop the deprecated `normallookup` method The method was deprecated in 5.9. Differential Revision: https://phab.mercurial-scm.org/D11345
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 24 Aug 2021 21:08:37 +0200
parents f89ac1ed2bc6
children 3d2c17c5d7f2
line wrap: on
line diff
--- a/mercurial/interfaces/dirstate.py	Tue Aug 24 21:08:09 2021 +0200
+++ b/mercurial/interfaces/dirstate.py	Tue Aug 24 21:08:37 2021 +0200
@@ -132,9 +132,6 @@
     def copies():
         pass
 
-    def normallookup(f):
-        '''Mark a file normal, but possibly dirty.'''
-
     def otherparent(f):
         '''Mark as coming from the other parent, always dirty.'''