hgkw/keyword.py
branchkwmap-templates
changeset 113 3412cbc77275
parent 112 914455f5959a
child 114 09847a7eb5d7
equal deleted inserted replaced
112:914455f5959a 113:3412cbc77275
   132         if opt != 'ignore':
   132         if opt != 'ignore':
   133             inc.append(pat)
   133             inc.append(pat)
   134         else:
   134         else:
   135             exc.append(pat)
   135             exc.append(pat)
   136     if not inc:
   136     if not inc:
   137         ui.warn(_('keyword: no filename globs for substitution\n'))
   137         ui.debug(_('keyword: no filename globs for substitution\n'))
   138         return
   138         return
   139 
   139 
   140 
   140 
   141     class kwrepo(repo.__class__):
   141     class kwrepo(repo.__class__):
   142         def file(self, f):
   142         def file(self, f):