Mercurial > hg
graph
-
flags: actually merge flags in simplemerge stableSat, 16 May 2020 20:38:19 +0200, by Pierre-Yves David
-
flags: add a test for merging exec flag change with rename and file change stableSat, 16 May 2020 20:38:07 +0200, by Pierre-Yves David
-
flags: account for flag change when tracking rename relevant to merge stableSat, 16 May 2020 20:37:56 +0200, by Pierre-Yves David
-
flags: also test merging a rename with and exec flag change stableSat, 16 May 2020 20:37:44 +0200, by Pierre-Yves David
-
flags: introduce explicit testing for merging change to exec flag stableSat, 16 May 2020 20:37:33 +0200, by Pierre-Yves David
-
graft-state: save --base in graft's state, fixing bug with graft --continue stableTue, 26 May 2020 11:14:07 -0400, by Charles Chamberlain
-
relnotes: advertize the possibility to use rustSat, 30 May 2020 12:36:00 -0400, by Valentin Gatien-Baron
-
rust: add a pointer for profiling to the READMESat, 30 May 2020 11:36:30 -0400, by Valentin Gatien-Baron
-
rust: update the mention of hgcli in rust/README.rstSat, 30 May 2020 10:28:46 -0400, by Valentin Gatien-Baron
-
sslutil: fix comment to use inclusive or instead of exclusive orMon, 01 Jun 2020 15:22:31 +0200, by Manuel Jacob
-
sslutil: propagate return value ssl.PROTOCOL_SSLv23 from protocolsettings()Mon, 01 Jun 2020 14:34:22 +0200, by Manuel Jacob
-
sslutil: stop storing protocol and options for SSLContext in settings dictMon, 01 Jun 2020 14:20:13 +0200, by Manuel Jacob
-
sslutil: rename 'minimumprotocolui' -> 'minimumprotocol'Mon, 01 Jun 2020 14:07:06 +0200, by Manuel Jacob
-
sslutil: properly detect which TLS versions are supported by the ssl moduleMon, 01 Jun 2020 03:51:54 +0200, by Manuel Jacob
-
sslutil: remove dead code (that failed if only TLS 1.0 is available)Sun, 31 May 2020 22:31:49 +0200, by Manuel Jacob
-
config: remove unused hostsecurity.disabletls10warning configSun, 31 May 2020 00:30:49 +0200, by Manuel Jacob
-
sslutil: remove dead code (that downgraded default minimum TLS version)Sun, 31 May 2020 22:15:35 +0200, by Manuel Jacob
-
sslutil: remove comment referring to unsupported legacy stacksFri, 29 May 2020 22:47:58 +0200, by Manuel Jacob
-
setup: require that Python has TLS 1.1 or TLS 1.2Sat, 30 May 2020 23:42:19 +0200, by Manuel Jacob
-
sslutil: check for OpenSSL without TLS 1.0 support in one caseSun, 31 May 2020 12:07:17 +0200, by Manuel Jacob
-
sslutil: don't set minimum TLS version to 1.0 if 1.2 but not 1.1 is availableSun, 31 May 2020 11:10:21 +0200, by Manuel Jacob
-
sslutil: add FIXME about supportedprotocols possibly containing too many itemsSun, 31 May 2020 11:41:03 +0200, by Manuel Jacob
-
sslutil: fix names of variables containing minimum protocol stringsSun, 31 May 2020 10:47:38 +0200, by Manuel Jacob
-
sslutil: stop returning argument as third return value of protocolsettings()Sun, 31 May 2020 09:55:45 +0200, by Manuel Jacob
-
relnotes: note that we now require modern SSL/TLS features in PythonSat, 30 May 2020 23:18:57 +0200, by Manuel Jacob
-
tests: stop checking for optional, now impossible outputSat, 30 May 2020 19:04:53 +0200, by Manuel Jacob
-
rust: remove one more occurrence of re2Sat, 30 May 2020 10:19:53 -0400, by Valentin Gatien-Baron
-
scmutil: clarify getuipathfn commentTue, 26 May 2020 07:03:11 -0400, by Valentin Gatien-Baron
-
githelp: add some minimal help for pickaxe functionalityThu, 28 May 2020 09:51:13 -0400, by Augie Fackler
-
rust: remove duplicate importFri, 17 Apr 2020 10:41:05 +0200, by Raphaël Gomès
-
tests: remove "sslcontext" checkSat, 30 May 2020 05:27:53 +0200, by Manuel Jacob
-
sslutil: eliminate `_canloaddefaultcerts` by constant-folding code using itSat, 30 May 2020 03:23:58 +0200, by Manuel Jacob
-
tests: remove "defaultcacerts" checkSat, 30 May 2020 05:08:02 +0200, by Manuel Jacob
-
sslutil: eliminate `modernssl` by constant-folding code using itFri, 29 May 2020 21:30:04 +0200, by Manuel Jacob
-
hgweb: avoid using `sslutil.modernssl`Sat, 30 May 2020 04:59:13 +0200, by Manuel Jacob
-
sslutil: remove comments referring to removed SSLContext emulation classFri, 29 May 2020 22:31:26 +0200, by Manuel Jacob
-
sslutil: remove code checking for presence of ssl.SSLContextFri, 29 May 2020 21:18:22 +0200, by Manuel Jacob
-
setup: require a Python version with modern SSL featuresFri, 29 May 2020 21:07:26 +0200, by Manuel Jacob
-
sslutil: set `_canloaddefaultcerts` to `True` if `ssl.SSLContext` is presentSat, 30 May 2020 03:46:59 +0200, by Manuel Jacob
-
filemerge: add __bytes__ for absentfilectxThu, 28 May 2020 16:16:13 -0400, by Augie Fackler
-
mergestate: move staticmethod _filectxorabsent to module levelThu, 28 May 2020 16:17:28 -0400, by Augie Fackler
-
rust: remove support for `re2`Fri, 29 May 2020 12:17:59 +0200, by Raphaël Gomès
-
rust-dependencies: update `regex` to 1.3.9Fri, 29 May 2020 12:12:16 +0200, by Raphaël Gomès
-
cleanup: remove compatibility code for Python < 2.7.4Fri, 29 May 2020 04:06:16 +0200, by Manuel Jacob
-
cleanup: eliminate procutil.quotecommand()Fri, 29 May 2020 03:56:07 +0200, by Manuel Jacob
-
cleanup: remove compatibility code for Python < 2.7.1Fri, 29 May 2020 03:43:08 +0200, by Manuel Jacob
-
grep: reduce the cost of pathauditor checks when grepping working copyMon, 25 May 2020 17:39:23 -0400, by Valentin Gatien-Baron
-
grep: test that paths get auditedMon, 25 May 2020 17:32:25 -0400, by Valentin Gatien-Baron
-
grep: add test coverage of behavior on symlinksMon, 25 May 2020 17:29:38 -0400, by Valentin Gatien-Baron
-
help: fix description of revlog version 2Fri, 22 May 2020 22:20:37 +0800, by Aay Jay Chan
-
files: speed up `hg files` when no flags change displayTue, 26 May 2020 08:15:09 -0400, by Valentin Gatien-Baron
-
sshpeer: make client print (likely) server errors on stderr (BC)Mon, 25 May 2020 22:47:12 -0400, by Valentin Gatien-Baron
-
sshpeer: add test showing that -q silences remote errorsMon, 25 May 2020 20:02:15 -0400, by Valentin Gatien-Baron
-
scmutil: speed up relativization of paths when it's a no-opTue, 26 May 2020 07:03:11 -0400, by Valentin Gatien-Baron
-
context: implement mergestate() methodMon, 18 May 2020 16:00:26 -0400, by Augie Fackler
-
mergestate: split out merge state handling code from main merge moduleMon, 18 May 2020 14:59:59 -0400, by Augie Fackler
-
tests: add coverage for repo.changelog.children() in the git extensionMon, 18 May 2020 12:45:45 -0400, by Augie Fackler
-
tests: add coverage for repo.changelog.findmissing() in test-git-interop.tMon, 18 May 2020 12:41:16 -0400, by Augie Fackler
-
relnotes: add API change note per request in D8502Mon, 18 May 2020 13:18:05 -0400, by Augie Fackler
-
merge with stableTue, 26 May 2020 08:07:24 -0700, by Martin von Zweigbergk