Mercurial > public > mercurial-scm > hg
log mercurial/scmposix.py @ 30883:fe8ded72e17c
age | author | description |
---|---|---|
Mon, 19 Dec 2016 02:15:24 +0530 | Pulkit Goyal | py3: replace sys.platform with pycompat.sysplatform (part 1 of 2) |
Mon, 21 Nov 2016 15:26:47 +0530 | Pulkit Goyal | py3: use pycompat.sysargv in scmposix.systemrcpath() |
Thu, 20 Oct 2016 23:09:05 +0900 | Yuya Nishihara | scmutil: extend termwidth() to return terminal height, renamed to termsize() |
Thu, 20 Oct 2016 21:57:32 +0900 | Yuya Nishihara | scmutil: remove superfluous indent from termwidth() |
Thu, 20 Oct 2016 21:50:29 +0900 | Yuya Nishihara | scmutil: narrow ImportError handling in termwidth() |
Thu, 20 Oct 2016 21:42:11 +0900 | Yuya Nishihara | scmutil: make termwidth() obtain stdio from ui |
Thu, 20 Oct 2016 21:38:44 +0900 | Yuya Nishihara | scmutil: move util.termwidth() |