##// END OF EJS Templates
Merge with crew-stable
Patrick Mezard -
r5612:7c976bb0 merge default
parent child Browse files
Show More
@@ -205,7 +205,7 b' def system_rcpath_win32():'
205 205 def user_rcpath_win32():
206 206 '''return os-specific hgrc search path to the user dir'''
207 207 userdir = os.path.expanduser('~')
208 if userdir == '~':
208 if sys.getwindowsversion() != 2 and userdir == '~':
209 209 # We are on win < nt: fetch the APPDATA directory location and use
210 210 # the parent directory as the user home dir.
211 211 appdir = shell.SHGetPathFromIDList(
General Comments 0
You need to be logged in to leave comments. Login now