mercurial/localrepo.py
changeset 2478 287b7da4aeaa
parent 2475 7a77934ece46
child 2491 ffde9eb23f59
equal deleted inserted replaced
2477:857591c586e0 2478:287b7da4aeaa
   615             for fn in mf.keys():
   615             for fn in mf.keys():
   616                 if not match(fn):
   616                 if not match(fn):
   617                     del mf[fn]
   617                     del mf[fn]
   618             return mf
   618             return mf
   619 
   619 
       
   620         modified, added, removed, deleted, unknown, ignored = [],[],[],[],[],[]
   620         compareworking = False
   621         compareworking = False
   621         if not node1 or node1 == self.dirstate.parents()[0]:
   622         if not node1 or node1 == self.dirstate.parents()[0]:
   622             compareworking = True
   623             compareworking = True
   623 
   624 
   624         if not compareworking:
   625         if not compareworking: