mercurial/util.py
changeset 29298 82f6193ff2bc
parent 29261 1eff545cef52
child 29324 b501579147f1
--- a/mercurial/util.py	Sat Apr 16 16:01:24 2016 -0700
+++ b/mercurial/util.py	Fri Jun 03 00:44:20 2016 +0900
@@ -1455,6 +1455,9 @@
         except AttributeError:
             return False
 
+    def __ne__(self, other):
+        return not self == other
+
 class atomictempfile(object):
     '''writable file object that atomically updates a file