hgext/fsmonitor/__init__.py
changeset 51700 7f0cb9ee0534
parent 51690 493034cc3265
child 51703 ca7bde5dbafb
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
   891     mergeancestor=False,
   891     mergeancestor=False,
   892     labels=None,
   892     labels=None,
   893     matcher=None,
   893     matcher=None,
   894     **kwargs
   894     **kwargs
   895 ):
   895 ):
       
   896 
   896     distance = 0
   897     distance = 0
   897     partial = True
   898     partial = True
   898     oldnode = repo[b'.'].node()
   899     oldnode = repo[b'.'].node()
   899     newnode = repo[node].node()
   900     newnode = repo[node].node()
   900     if matcher is None or matcher.always():
   901     if matcher is None or matcher.always():