hgkw/keyword.py
changeset 365 e99ace93ded0
parent 364 d935536a6abc
child 367 7bc6c0e12464
--- a/hgkw/keyword.py	Fri Feb 01 00:48:37 2008 +0100
+++ b/hgkw/keyword.py	Tue Feb 05 08:04:50 2008 +0100
@@ -394,7 +394,7 @@
 
 
 def reposetup(ui, repo):
-    if not repo.local():
+    if not repo.local() or repo.root.endswith('/.hg/patches'):
         return
 
     inc, exc = [], ['.hgtags', '.hg_archival.txt']