mercurial/interfaces/dirstate.py
changeset 47941 50bed873a765
parent 47940 f89ac1ed2bc6
child 47942 3d2c17c5d7f2
equal deleted inserted replaced
47940:f89ac1ed2bc6 47941:50bed873a765
   130         pass
   130         pass
   131 
   131 
   132     def copies():
   132     def copies():
   133         pass
   133         pass
   134 
   134 
   135     def normallookup(f):
       
   136         '''Mark a file normal, but possibly dirty.'''
       
   137 
       
   138     def otherparent(f):
   135     def otherparent(f):
   139         '''Mark as coming from the other parent, always dirty.'''
   136         '''Mark as coming from the other parent, always dirty.'''
   140 
   137 
   141     def add(f):
   138     def add(f):
   142         '''Mark a file added.'''
   139         '''Mark a file added.'''