permissions merge: remove a debugging print

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

permissions merge: remove a debugging print

manifest hash: 488144aeb1544ecc377ab41983e6cabd4a8b1f5f
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCpz4KywK+sNU5EO8RAi+YAKCBmiiDkhe2ygCv4LF21RS3/iH0VgCeLwd5
c/yhTklZ9lnLWXy5dmuPNZk=
=UtDf
-----END PGP SIGNATURE-----
This commit is contained in:
mpm@selenic.com 2005-06-08 10:50:50 -08:00
parent 551154e610
commit 2665f365bd

View File

@ -921,7 +921,6 @@ class localrepository:
else: else:
a, b, c = mfa.get(f, 0), mfw[f], mf2[f] a, b, c = mfa.get(f, 0), mfw[f], mf2[f]
mode = ((a^b) | (a^c)) ^ a mode = ((a^b) | (a^c)) ^ a
print a, b, c, mode
if mode != b: if mode != b:
self.ui.debug(" updating permissions for %s\n" % f) self.ui.debug(" updating permissions for %s\n" % f)
set_exec(self.wjoin(f), mode) set_exec(self.wjoin(f), mode)