mercurial/windows.py
changeset 7933 5325596c354c
parent 7932 96501a4abbec
child 7934 ec4784bb7d75
equal deleted inserted replaced
7932:96501a4abbec 7933:5325596c354c
     6 This software may be used and distributed according to the terms of
     6 This software may be used and distributed according to the terms of
     7 the GNU General Public License version 2, incorporated herein by
     7 the GNU General Public License version 2, incorporated herein by
     8 reference.
     8 reference.
     9 """
     9 """
    10 
    10 
       
    11 from util import Abort
    11 from i18n import _
    12 from i18n import _
    12 import errno, msvcrt, os, osutil, re, sys
    13 import errno, msvcrt, os, osutil, re, sys
    13 nulldev = 'NUL:'
    14 nulldev = 'NUL:'
    14 
    15 
    15 umask = 002
    16 umask = 002