--- a/mercurial/commands.py Mon Jun 06 10:52:19 2005 -0800
+++ b/mercurial/commands.py Mon Jun 06 23:57:00 2005 -0800
@@ -325,7 +325,7 @@
if n != hg.nullid:
ui.write("%d:%s\n" % (repo.changelog.rev(n), hg.hex(n)))
-def patch(ui, repo, patches, opts):
+def patch(ui, repo, patches, **opts):
"""import an ordered set of patches"""
try:
import psyco
@@ -372,7 +372,7 @@
cg = repo.getchangegroup(other)
repo.addchangegroup(cg)
-def rawcommit(ui, repo, files, rc):
+def rawcommit(ui, repo, files, **rc):
"raw commit interface"
text = rc['text']