Thu, 15 Dec 2022 15:41:59 -0500 |
Matt Harbison |
typing: add type hints to the platform specific scm modules
|
Wed, 14 Dec 2022 22:22:12 -0500 |
Matt Harbison |
scmposix: don't subscript IOError
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Tue, 03 Nov 2020 09:56:02 -0800 |
Martin von Zweigbergk |
config: read system hgrc in lexicographical order
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Wed, 06 Nov 2019 15:16:04 -0500 |
Augie Fackler |
scmposix: another suppression on IOError subscripting
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sat, 05 Oct 2019 10:29:34 -0400 |
Augie Fackler |
style: run a patched black on a subset of mercurial
|
Thu, 12 Oct 2017 23:34:34 -0700 |
Jun Wu |
codemod: use pycompat.isdarwin
|
Wed, 26 Apr 2017 22:26:28 +0900 |
Yuya Nishihara |
osutil: proxy through util (and platform) modules (API)
|
Fri, 28 Apr 2017 20:51:14 +0900 |
Yuya Nishihara |
pager: use less as a fallback on Unix
stable
|
Sun, 12 Mar 2017 22:27:53 +0530 |
Pulkit Goyal |
smcposix: pass unicode as first argument to array.array
|
Tue, 07 Feb 2017 17:33:35 +0100 |
David Demelier |
hg: allow usage of XDG_CONFIG_HOME/hg/hgrc
|
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()
|
Thu, 03 Nov 2016 02:17:01 +0530 |
Pulkit Goyal |
py3: make scmposix.userrcpath() return bytes
|
Mon, 21 Dec 2015 21:24:49 -0800 |
Gregory Szorc |
scmposix: use absolute_import
|
Thu, 04 Sep 2014 21:36:35 +0200 |
Mads Kiilerich |
config: don't read the same config file twice
|
Tue, 12 Feb 2013 11:36:21 -0600 |
Kevin Bullock |
scmutil: split platform-specific bits into their own modules
|