##// END OF EJS Templates
workingctx: remove unneeded __repr__ since it is now inherited
Sean Farley -
r19658:f354e5cd default
parent child Browse files
Show More
@@ -865,9 +865,6 b' class workingctx(basectx):'
865 def __str__(self):
865 def __str__(self):
866 return str(self._parents[0]) + "+"
866 return str(self._parents[0]) + "+"
867
867
868 def __repr__(self):
869 return "<workingctx %s>" % str(self)
870
871 def __nonzero__(self):
868 def __nonzero__(self):
872 return True
869 return True
873
870
General Comments 0
You need to be logged in to leave comments. Login now