mercurial/crecord.py
branchstable
changeset 47062 f38bf44e077f
parent 46788 693991ccfc49
child 48875 6000f5b25c9b
equal deleted inserted replaced
47061:bd2ed1032b4e 47062:f38bf44e077f
   329         # hunk-lines don't have children
   329         # hunk-lines don't have children
   330         return None
   330         return None
   331 
   331 
   332 
   332 
   333 class uihunk(patchnode):
   333 class uihunk(patchnode):
   334     """ui patch hunk, wraps a hunk and keep track of ui behavior """
   334     """ui patch hunk, wraps a hunk and keep track of ui behavior"""
   335 
   335 
   336     maxcontext = 3
   336     maxcontext = 3
   337 
   337 
   338     def __init__(self, hunk, header):
   338     def __init__(self, hunk, header):
   339         self._hunk = hunk
   339         self._hunk = hunk