Mercurial > hg
log mercurial/ui.py @ 30835:bcad61a1f9a7
age | author | description |
---|---|---|
Mon, 16 Jan 2017 21:05:22 -0800 | Sean Farley | ui: add a parameter to set the temporary directory for edit |
Tue, 17 Jan 2017 23:05:12 -0500 | Matt Harbison | ui: introduce an experimental dict of exportable environment variables |
Sat, 14 Jan 2017 20:31:35 +0900 | Yuya Nishihara | ui: check EOF of getpass() response read from command-server channel |
Mon, 19 Dec 2016 02:15:24 +0530 | Pulkit Goyal | py3: replace sys.platform with pycompat.sysplatform (part 1 of 2) |
Sun, 18 Dec 2016 02:06:00 +0530 | Pulkit Goyal | py3: replace os.environ with encoding.environ (part 4 of 5) |
Sun, 23 Oct 2016 17:47:00 +0900 | Yuya Nishihara | ui: do not translate empty configsource() to 'none' (API) |
Wed, 30 Nov 2016 23:51:11 +0530 | Pulkit Goyal | py3: avoid use of basestring |