gitso

gitso Commit Details


Date:2009-03-01 14:30:39 (15 years 9 months ago)
Author:xburnerx
Branch:master
Commit:0612c4d8e3bb2df4b1914c6ff1c1e3be507fd755
Parents: 0e6ea2bf05c687b451e402ea07ce31a5897234d9
Message:issue #18

Changes:

File differences

gitso/trunk/ArgsParser.py
110110
111111
112112
113
113
114114
115115
116116
os.makedirs(self.paths['preferences'], 0700)
self.paths['preferences'] = os.path.join(self.paths['preferences'], "hosts")
elif sys.platform == "win32":
self.paths['preferences'] = os.path.join(os.path.expanduser("~"), "Local Settings", "Application Data", ".gitso-hosts")
self.paths['preferences'] = os.path.join(os.getenv('APPDATA'), ".gitso-hosts")
else:
self.paths['preferences'] = os.path.join(os.path.expanduser("~"), ".gitso-hosts")

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05846s using 14 queries.