mercurial/pure/parsers.py
changeset 48142 fb3b41d583c2
parent 48138 38488d488ec1
child 48143 21542d4cb568
equal deleted inserted replaced
48141:42ab0bcb6ded 48142:fb3b41d583c2
   299         elif self._p2_info:
   299         elif self._p2_info:
   300             return False
   300             return False
   301         return True
   301         return True
   302 
   302 
   303     @property
   303     @property
       
   304     def p2_info(self):
       
   305         """True if the file needed to merge or apply any input from p2
       
   306 
       
   307         See the class documentation for details.
       
   308         """
       
   309         return self._wc_tracked and self._p2_info
       
   310 
       
   311     @property
   304     def merged(self):
   312     def merged(self):
   305         """True if the file has been merged
   313         """True if the file has been merged
   306 
   314 
   307         Should only be set if a merge is in progress in the dirstate
   315         Should only be set if a merge is in progress in the dirstate
   308         """
   316         """