mercurial/commands.py
changeset 45430 e47385ef4e17
parent 45382 0652a533fe3c
child 45476 453bc6ca9ab2
--- a/mercurial/commands.py	Tue Sep 08 21:38:10 2020 +0900
+++ b/mercurial/commands.py	Wed Sep 09 11:41:18 2020 +0900
@@ -3400,7 +3400,7 @@
             self.colend = colend
 
         def __hash__(self):
-            return hash((self.linenum, self.line))
+            return hash(self.line)
 
         def __eq__(self, other):
             return self.line == other.line