changeset 2834 | 35af2e56f15a |
parent 2832 | e196aa1df169 |
child 2836 | e78cad1f6b1f |
--- a/mercurial/localrepo.py Sun Jul 16 03:22:05 2006 -0500 +++ b/mercurial/localrepo.py Wed Jul 19 19:11:50 2006 -0500 @@ -1792,7 +1792,7 @@ # we need to reset the dirstate if the file was added get[f] = m2[f] - if not s and mfw[f] != mf2[f]: + if not s and mfw.execf(f) != mf2.execf(f): if force: self.ui.debug(_(" updating permissions for %s\n") % f) util.set_exec(self.wjoin(f), mf2.execf(f))