hgext/eol.py
changeset 43207 4aa9f3a1c1df
parent 43205 dfaa477e37a8
child 44452 9d2b2df2c2ba
--- a/hgext/eol.py	Mon Oct 14 01:42:24 2019 +0200
+++ b/hgext/eol.py	Sun Oct 13 02:10:26 2019 +0200
@@ -387,7 +387,7 @@
             return eol.match
 
         def _hgcleardirstate(self):
-            self._eolmatch = self.loadeol([None, b'tip'])
+            self._eolmatch = self.loadeol([None])
             if not self._eolmatch:
                 self._eolmatch = util.never
                 return