##// END OF EJS Templates
context: remove basectx.__int__ (API)...
Gregory Szorc -
r36429:38f48050 default
parent child Browse files
Show More
@@ -78,9 +78,6 b' class basectx(object):'
78
78
79 __str__ = encoding.strmethod(__bytes__)
79 __str__ = encoding.strmethod(__bytes__)
80
80
81 def __int__(self):
82 return self.rev()
83
84 def __repr__(self):
81 def __repr__(self):
85 return r"<%s %s>" % (type(self).__name__, str(self))
82 return r"<%s %s>" % (type(self).__name__, str(self))
86
83
General Comments 0
You need to be logged in to leave comments. Login now