diff -r b1c631613074 -r 60a0156b904c hgkw/keyword.py --- a/hgkw/keyword.py Thu Jun 26 14:35:50 2008 -0500 +++ b/hgkw/keyword.py Thu Jun 26 14:35:50 2008 -0500 @@ -260,7 +260,7 @@ Returns status of working directory.''' if kwt: matcher = cmdutil.match(repo, pats, opts) - return repo.status(match=matcher, list_clean=True) + return repo.status(match=matcher, clean=True) if ui.configitems('keyword'): raise util.Abort(_('[keyword] patterns cannot match')) raise util.Abort(_('no [keyword] patterns configured'))