Mercurial > public > mercurial-scm > hg
log mercurial/util_win32.py @ 3714:198173f3957c
age | author | description |
---|---|---|
Wed, 18 Oct 2006 22:24:03 +0200 | Benoit Boissinot | makes username mandatory |
Mon, 24 Jul 2006 09:11:26 -0700 | Vadim Gelfer | fix windows username problem. |
Fri, 16 Jun 2006 12:58:24 -0700 | Vadim Gelfer | replace os.stat with os.lstat in some where. |
Fri, 19 May 2006 06:10:59 +0200 | Thomas Arendsen Hein | Fixed typo (qshell instead of shell) in win98 code (see issue244). |
Sun, 14 May 2006 23:49:31 -0700 | Volker Kleinfeld | win98: fall back to win32api.GetModuleFileName if needed. |
Sun, 14 May 2006 23:44:50 -0700 | Volker Kleinfeld | On win98 os.path.expanuser('~') does not result in a useable directory. |
Wed, 10 May 2006 11:10:18 -0700 | Vadim Gelfer | windows: revlog.lazyparser not always safe to use. |