##// END OF EJS Templates
crecord: use ProgrammingError
Jun Wu -
r31649:4bc3e55c default
parent child Browse files
Show More
@@ -564,7 +564,7 b' class curseschunkselector(object):'
564 564
565 565 # affects some ui text
566 566 if operation not in _headermessages:
567 raise RuntimeError('unexpected operation: %s' % operation)
567 raise error.ProgrammingError('unexpected operation: %s' % operation)
568 568 self.operation = operation
569 569
570 570 def uparrowevent(self):
General Comments 0
You need to be logged in to leave comments. Login now