mercurial/crecord.py
changeset 51384 ed0b78b2a3aa
parent 51383 1d488f7be492
child 51385 880740426a34
equal deleted inserted replaced
51383:1d488f7be492 51384:ed0b78b2a3aa
   706         if operation not in _headermessages:
   706         if operation not in _headermessages:
   707             raise error.ProgrammingError(
   707             raise error.ProgrammingError(
   708                 b'unexpected operation: %s' % operation
   708                 b'unexpected operation: %s' % operation
   709             )
   709             )
   710         self.operation = operation
   710         self.operation = operation
       
   711 
       
   712         self.regex = None
   711 
   713 
   712     def uparrowevent(self):
   714     def uparrowevent(self):
   713         """
   715         """
   714         try to select the previous item to the current item that has the
   716         try to select the previous item to the current item that has the
   715         most-indented level.  for example, if a hunk is selected, try to select
   717         most-indented level.  for example, if a hunk is selected, try to select