mercurial/windows.py
changeset 14064 e4bfb9c337f3
parent 14004 97ed99d1f419
child 14231 8abe4db2d162
equal deleted inserted replaced
14063:87ebf72878ed 14064:e4bfb9c337f3
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
     7 
     7 
     8 from i18n import _
     8 from i18n import _
     9 import osutil, error
     9 import osutil
    10 import errno, msvcrt, os, re, sys, subprocess
    10 import errno, msvcrt, os, re, sys
    11 
    11 
    12 nulldev = 'NUL:'
    12 nulldev = 'NUL:'
    13 umask = 002
    13 umask = 002
    14 
    14 
    15 # wrap osutil.posixfile to provide friendlier exceptions
    15 # wrap osutil.posixfile to provide friendlier exceptions