changeset 14232 | df2399663392 |
parent 14231 | 8abe4db2d162 |
child 14233 | 659f34b833b9 |
--- a/mercurial/windows.py Fri May 06 15:19:48 2011 +0200 +++ b/mercurial/windows.py Fri May 06 15:22:31 2011 +0200 @@ -87,7 +87,7 @@ args = user and ("%s@%s" % (user, host)) or host return port and ("%s %s %s" % (args, pflag, port)) or args -def set_flags(f, l, x): +def setflags(f, l, x): pass def checkexec(path):