Tue, 17 Dec 2019 22:08:07 -0500 |
Matt Harbison |
windows: add a global equivalent to /etc/mercurial for *.rc processing
|
Tue, 17 Dec 2019 21:25:54 -0500 |
Matt Harbison |
windows: factor the hgrc directory scan into a function
|
Tue, 17 Dec 2019 21:21:36 -0500 |
Matt Harbison |
windows: don't return early from building the hgrc search path
|
Tue, 17 Dec 2019 21:15:59 -0500 |
Matt Harbison |
windows: clarify a comment about the hgrc search path
|
Thu, 05 Dec 2019 11:15:19 -0500 |
Augie Fackler |
merge with stable
|
Fri, 22 Nov 2019 23:55:57 -0500 |
Matt Harbison |
windows: suppress pytype warnings for Windows imports and functions
|
Sat, 30 Nov 2019 02:13:56 -0500 |
Matt Harbison |
windows: fix an issue causing registry config paths to be ignored on py3
stable 5.2.1
|
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
|
Sat, 24 Mar 2018 13:30:50 +0900 |
Yuya Nishihara |
rcutil: directly call win32.executablepath()
|
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, 18 Dec 2016 02:06:00 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 4 of 5)
|
Sat, 17 Dec 2016 19:47:17 +0530 |
Pulkit Goyal |
py3: replace os.pathsep with pycompat.ospathsep
|
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: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()
|
Wed, 10 Aug 2016 04:35:44 +0530 |
Pulkit Goyal |
py3: conditionalize _winreg import
|
Mon, 21 Dec 2015 21:21:09 -0800 |
Gregory Szorc |
scmwindows: use absolute_import
|
Mon, 12 Oct 2015 20:13:12 +0200 |
Mads Kiilerich |
windows: read all global config files, not just the first (issue4491) (BC)
|
Thu, 04 Sep 2014 21:36:35 +0200 |
Mads Kiilerich |
config: don't read the same config file twice
|
Thu, 21 Feb 2013 13:16:02 -0600 |
Kevin Bullock |
scmutil: fix NameError on windows
|
Tue, 12 Feb 2013 11:36:21 -0600 |
Kevin Bullock |
scmutil: split platform-specific bits into their own modules
|