# HG changeset patch # User Dirkjan Ochtman # Date 1239200414 -7200 # Node ID 1aa1d2d406d9265571b7d531a7a4db17e7d68a00 # Parent e2214c8fc91f25188adae7800032fdf1b16575f5 Lose old mode constants, not used anymore. diff --git a/svncommand.py b/svncommand.py --- a/svncommand.py +++ b/svncommand.py @@ -18,10 +18,6 @@ from rebuildmeta import rebuildmeta # shut up, pyflakes, we must import those __x = [print_wc_url, fetch_revisions, commit_from_rev, diff_command, rebuildmeta] -mode755 = (stat.S_IXUSR | stat.S_IXGRP| stat.S_IXOTH | stat.S_IRUSR | - stat.S_IRGRP| stat.S_IROTH | stat.S_IWUSR) -mode644 = (stat.S_IRUSR | stat.S_IRGRP| stat.S_IROTH | stat.S_IWUSR) - def svncmd(ui, repo, subcommand, *args, **opts): if subcommand not in svn_subcommands: