author | Matt Mackall <mpm@selenic.com> |
Thu, 26 Jun 2008 13:46:29 -0500 | |
branch | stable |
changeset 468 | 235800d4708a |
parent 467 | 1dfcc2e2cdb3 |
child 469 | 8b8a196602ac |
hgkw/keyword.py | file | annotate | diff | comparison | revisions |
--- a/hgkw/keyword.py Wed Jun 25 17:35:20 2008 -0500 +++ b/hgkw/keyword.py Thu Jun 26 13:46:29 2008 -0500 @@ -388,7 +388,7 @@ if opts.get('untracked'): files += unknown files.sort() - wctx = repo.workingctx() + wctx = repo.changectx(None) islink = lambda p: 'l' in wctx.fileflags(p) kwfiles = [f for f in files if kwt.iskwfile(f, islink)] cwd = pats and repo.getcwd() or ''