hgext/keyword.py
changeset 6743 86e8187b721a
parent 6740 b148e9099133
child 6747 f6c00b17387c
--- a/hgext/keyword.py	Thu Jun 26 13:46:33 2008 -0500
+++ b/hgext/keyword.py	Thu Jun 26 13:46:34 2008 -0500
@@ -387,7 +387,7 @@
         files += unknown
     files.sort()
     wctx = repo.changectx(None)
-    islink = lambda p: 'l' in wctx.fileflags(p)
+    islink = lambda p: 'l' in wctx.flags(p)
     kwfiles = [f for f in files if kwt.iskwfile(f, islink)]
     cwd = pats and repo.getcwd() or ''
     kwfstats = not opts.get('ignore') and (('K', kwfiles),) or ()