changeset 279 | 5edd24db6dc7 |
parent 277 | 79279550c8ff |
child 284 | d7c2efd0b541 |
--- a/mercurial/hg.py Wed Jun 08 10:47:10 2005 -0800 +++ b/mercurial/hg.py Wed Jun 08 10:50:50 2005 -0800 @@ -921,7 +921,6 @@ else: a, b, c = mfa.get(f, 0), mfw[f], mf2[f] mode = ((a^b) | (a^c)) ^ a - print a, b, c, mode if mode != b: self.ui.debug(" updating permissions for %s\n" % f) set_exec(self.wjoin(f), mode)