mercurial/util.py
changeset 20202 a6014018ec28
parent 20108 af12f58e2aa0
child 20244 47d0843647d1
equal deleted inserted replaced
20201:bc3b48b0f5c8 20202:a6014018ec28
    50 parsepatchoutput = platform.parsepatchoutput
    50 parsepatchoutput = platform.parsepatchoutput
    51 pconvert = platform.pconvert
    51 pconvert = platform.pconvert
    52 popen = platform.popen
    52 popen = platform.popen
    53 posixfile = platform.posixfile
    53 posixfile = platform.posixfile
    54 quotecommand = platform.quotecommand
    54 quotecommand = platform.quotecommand
    55 realpath = platform.realpath
       
    56 rename = platform.rename
    55 rename = platform.rename
    57 samedevice = platform.samedevice
    56 samedevice = platform.samedevice
    58 samefile = platform.samefile
    57 samefile = platform.samefile
    59 samestat = platform.samestat
    58 samestat = platform.samestat
    60 setbinary = platform.setbinary
    59 setbinary = platform.setbinary