diff mercurial/windows.py @ 14232:df2399663392

rename util.set_flags to setflags
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 06 May 2011 15:22:31 +0200
parents 8abe4db2d162
children 659f34b833b9
line wrap: on
line diff
--- 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):