Ignore everything starting with .hg
authorChristian Ebert <blacktrash@gmx.net>
Thu, 07 Feb 2008 15:13:37 +0100
changeset 386 c27209bf8385
parent 385 e93c63004ec2
child 389 d18a329bf222
child 393 49bc08b63eb3
Ignore everything starting with .hg Tough luck for those who want keywords in .hgignore ;)
hgkw/keyword.py
--- a/hgkw/keyword.py	Thu Feb 07 10:32:05 2008 +0100
+++ b/hgkw/keyword.py	Thu Feb 07 15:13:37 2008 +0100
@@ -431,7 +431,7 @@
     except AttributeError:
         pass
 
-    inc, exc = [], ['.hgtags', '.hg_archival.txt']
+    inc, exc = [], ['.hg*']
     for pat, opt in ui.configitems('keyword'):
         if opt != 'ignore':
             inc.append(pat)