changeset 22942 | 03602f76deee |
parent 22928 | 5e5d297ccbd0 |
child 22948 | c136e26953aa |
--- a/mercurial/localrepo.py Sun Oct 12 08:29:31 2014 -0700 +++ b/mercurial/localrepo.py Fri Oct 10 14:09:37 2014 -0400 @@ -1407,7 +1407,7 @@ added.append(f) m[f] = self._filecommit(fctx, m1, m2, linkrev, trp, changed) - m.set(f, fctx.flags()) + m.setflag(f, fctx.flags()) except OSError, inst: self.ui.warn(_("trouble committing %s!\n") % f) raise