mercurial/windows.py
changeset 15011 5e44e4b3a0a3
parent 14985 dbf91976f900
child 15016 871c77e78f5d
equal deleted inserted replaced
15010:c3114acd8ea2 15011:5e44e4b3a0a3
   101     pflag = 'plink' in sshcmd.lower() and '-P' or '-p'
   101     pflag = 'plink' in sshcmd.lower() and '-P' or '-p'
   102     args = user and ("%s@%s" % (user, host)) or host
   102     args = user and ("%s@%s" % (user, host)) or host
   103     return port and ("%s %s %s" % (args, pflag, port)) or args
   103     return port and ("%s %s %s" % (args, pflag, port)) or args
   104 
   104 
   105 def setflags(f, l, x):
   105 def setflags(f, l, x):
       
   106     pass
       
   107 
       
   108 def copymode(src, dst, mode=None):
   106     pass
   109     pass
   107 
   110 
   108 def checkexec(path):
   111 def checkexec(path):
   109     return False
   112     return False
   110 
   113