changeset 6600 | b822a379860b |
parent 6597 | 371415a2b959 |
child 6603 | 41eb20cc1c02 |
--- a/mercurial/cmdutil.py Mon May 12 11:37:08 2008 -0500 +++ b/mercurial/cmdutil.py Mon May 12 11:37:08 2008 -0500 @@ -1183,6 +1183,6 @@ raise util.Abort(_("file %s not tracked!") % rel) m = matchfiles(repo, files) try: - return commitfunc(ui, repo, m.files(), message, m, opts) + return commitfunc(ui, repo, message, m, opts) except ValueError, inst: raise util.Abort(str(inst))