hgext/largefiles/overrides.py
changeset 32308 e8569cc131d1
parent 32301 8a87bfc5bebb
child 32322 23c9a2a71c6e
equal deleted inserted replaced
32307:3caec778774b 32308:e8569cc131d1
   377                 return True
   377                 return True
   378             r = origmatchfn(f)
   378             r = origmatchfn(f)
   379             return r
   379             return r
   380         m.matchfn = lfmatchfn
   380         m.matchfn = lfmatchfn
   381 
   381 
   382         ui.debug('updated patterns: %s\n' % sorted(pats))
   382         ui.debug('updated patterns: %s\n' % ', '.join(sorted(pats)))
   383         return m, pats
   383         return m, pats
   384 
   384 
   385     # For hg log --patch, the match object is used in two different senses:
   385     # For hg log --patch, the match object is used in two different senses:
   386     # (1) to determine what revisions should be printed out, and
   386     # (1) to determine what revisions should be printed out, and
   387     # (2) to determine what files to print out diffs for.
   387     # (2) to determine what files to print out diffs for.