author | Matt Mackall <mpm@selenic.com> |
Thu, 26 Jun 2008 14:35:50 -0500 | |
branch | stable |
changeset 473 | 60a0156b904c |
parent 472 | b1c631613074 |
child 474 | 644b640cb3d0 |
hgkw/keyword.py | file | annotate | diff | comparison | revisions |
--- 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'))