hgext/record.py
changeset 6603 41eb20cc1c02
parent 6602 a57a27b12965
child 6760 4faaa0535ea7
--- a/hgext/record.py	Mon May 12 11:37:08 2008 -0500
+++ b/hgext/record.py	Mon May 12 11:37:08 2008 -0500
@@ -431,7 +431,7 @@
 
         if changes is None:
             match = cmdutil.matchfiles(repo, newfiles)
-            changes = repo.status(files=match.files(), match=match)[:5]
+            changes = repo.status(match=match)[:5]
         modified = dict.fromkeys(changes[0])
 
         # 2. backup changed files, so we can restore them in the end