mercurial/commands.py
changeset 6743 86e8187b721a
parent 6740 b148e9099133
child 6746 1dca460e7d1e
--- a/mercurial/commands.py	Thu Jun 26 13:46:33 2008 -0500
+++ b/mercurial/commands.py	Thu Jun 26 13:46:34 2008 -0500
@@ -2480,7 +2480,7 @@
         if not opts.get('dry_run'):
             def checkout(f):
                 fc = ctx[f]
-                repo.wwrite(f, fc.data(), fc.fileflags())
+                repo.wwrite(f, fc.data(), fc.flags())
 
             audit_path = util.path_auditor(repo.root)
             for f in remove[0]: