mercurial/simplemerge.py
changeset 30342 318a24b52eeb
parent 30333 5f7d13d3bd4d
child 31226 21fa3d3688f3
equal deleted inserted replaced
30341:b19291e5d506 30342:318a24b52eeb
   272                 ib = bend
   272                 ib = bend
   273 
   273 
   274     def minimize(self, merge_regions):
   274     def minimize(self, merge_regions):
   275         """Trim conflict regions of lines where A and B sides match.
   275         """Trim conflict regions of lines where A and B sides match.
   276 
   276 
   277         Lines where both A and B have made the same changes at the begining
   277         Lines where both A and B have made the same changes at the beginning
   278         or the end of each merge region are eliminated from the conflict
   278         or the end of each merge region are eliminated from the conflict
   279         region and are instead considered the same.
   279         region and are instead considered the same.
   280         """
   280         """
   281         for region in merge_regions:
   281         for region in merge_regions:
   282             if region[0] != "conflict":
   282             if region[0] != "conflict":