hgkw/keyword.py
changeset 386 c27209bf8385
parent 385 e93c63004ec2
child 390 ee07603fab12
equal deleted inserted replaced
385:e93c63004ec2 386:c27209bf8385
   429             or repo._url.startswith('bundle:')):
   429             or repo._url.startswith('bundle:')):
   430             return
   430             return
   431     except AttributeError:
   431     except AttributeError:
   432         pass
   432         pass
   433 
   433 
   434     inc, exc = [], ['.hgtags', '.hg_archival.txt']
   434     inc, exc = [], ['.hg*']
   435     for pat, opt in ui.configitems('keyword'):
   435     for pat, opt in ui.configitems('keyword'):
   436         if opt != 'ignore':
   436         if opt != 'ignore':
   437             inc.append(pat)
   437             inc.append(pat)
   438         else:
   438         else:
   439             exc.append(pat)
   439             exc.append(pat)