merge: stable heads
I forgot to pull before rolling rc1, so we just have a couple of
patches that missed the rc1 train. Mea culpa.
durin42 | Apr 21 2021, 10:58 AM |
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
41f8f38d8377 | durin42 | Added signature for changeset 8d2b62d716b0 | Apr 21 2021 | |||
8fc2c867af54 | durin42 | Added tag 5.8rc1 for changeset 8d2b62d716b0 | Apr 21 2021 | |||
07b9ebea3ce8 | D9465 | joerg.sonnenberger | node: replace nullid and friends with nodeconstants class [WIP] | Mar 28 2021 | ||
bf0cb00962e1 | D10464 | marmoute | phab-refresh: use a special comment on the stable branch | Apr 19 2021 | ||
8153d8e1d7b2 | D10463 | marmoute | phab-refresh: extract the comment in a variable | Apr 19 2021 | ||
e485e4c55901 | D10472 | martinvonz | tests: make test-archive.t pass on py3.9 (issue6504) | Apr 19 2021 | ||
0a69d57c7967 | D10467 | martinvonz | errors: raise RemoteError in some places in exchange.py | Apr 19 2021 | ||
dd1c45615e35 | D10466 | martinvonz | errors: introduce a class for remote errors | Apr 19 2021 | ||
774e13fb21ec | D10465 | martinvonz | errors: make OutOfBandError extend Abort | Apr 19 2021 | ||
15ef92d1c24f | D10327 | marmoute | clang-format: run the formatter on mercurial/cext/revlog.c | Apr 8 2021 | ||
0c6427951f8c | D10326 | marmoute | revlog-compression: use zstd by default (if available) | Apr 6 2021 | ||
3c4707065a62 | D10324 | marmoute | rhg: make rhg recognise it supports zstd compression for revlogs | Apr 7 2021 | ||
67414b0aadbb | D10294 | spectral | match: convert O(n) to O(log n) in exactmatcher.visitchildrenset | Mar 31 2021 | ||
3ff353820fc4 | D10284 | marmoute | re2: feed unicode string to re2 module when necessary | Mar 26 2021 | ||
2cdb05da997d | D10259 | martinvonz | rebase: don't call rewriteutil.precheck() with to-be-skipped commits | Mar 24 2021 | ||
09b6150afa72 | mharbison72 | merge with stable | Mar 18 2021 | |||
ebfa20e62518 | D9999 | valentin.gatienbaron | sshpeer: enable+fix warning about sshpeers not being closed explicitly | Feb 15 2021 | ||
06f024043165 | D9998 | valentin.gatienbaron | sshpeer: add a develwarning if an sshpeer is not closed explicitly | Feb 15 2021 | ||
2590032f982e | D9997 | valentin.gatienbaron | remotefilelog: rework workaround for sshpeer deadlocks | Feb 15 2021 | ||
c9434fcbc901 | D9996 | valentin.gatienbaron | sshpeer: add a method to check if a doublepipe is closed | Feb 15 2021 | ||
309e6729e435 | D9995 | valentin.gatienbaron | sshpeer: make sshpeer.close() close the underlying connection | Feb 15 2021 | ||
b92083ad7d52 | D10071 | SimonSapin | copies-rust: add a macro-based unit-testing framework | Jan 11 2021 | ||
df6be4ede63a | D10068 | SimonSapin | copies-rust: rewrite ChangedFiles binary parsing | Jan 6 2021 | ||
39be29fafd91 | D10116 | pulkit | commit: reorder if-else conditional to give mergestate info priority | Mar 4 2021 | ||
8e1d489142e8 | D10086 | martinvonz | dispatch: use detailed exit code 250 for keyboard interrupt | Mar 1 2021 | ||
51f6c4fd4dd9 | D9952 | spectral | revlog: add a mechanism to verify expected file position before appending | Feb 3 2021 | ||
a909d4e327ac | D9952 | spectral | revlog: add a mechanism to verify expected file position before appending | Feb 3 2021 | ||
172141c12303 | D10063 | martinvonz | narrow: remove assertion about working copy being clean | Feb 24 2021 | ||
bf0a0b73d3d7 | D10062 | martinvonz | tests: demonstrate assertion error when modifying working copy while narrowing | Feb 24 2021 | ||
9666392418e8 | D9950 | joerg.sonnenberger | ci: test real dependency installation for pip | Feb 4 2021 | ||
273659c16a88 | D10022 | SimonSapin | rust: Add some unit tests for parse_byte_size in config | Feb 17 2021 | ||
0d3657749ddb | D10021 | SimonSapin | rust: Move config value parsing functions to a new module | Feb 17 2021 | ||
4781012afdcf | D10012 | SimonSapin | rhg: Add support for the blackbox extension | Feb 16 2021 | ||
c05ed3836c31 | D10011 | SimonSapin | blackbox: Remove misleading quotes in config example | Feb 17 2021 | ||
289cbad841bc | D10010 | SimonSapin | rust: Add a log file rotation utility | Feb 11 2021 | ||
d6eb4fb10a86 | D10009 | SimonSapin | rust: Add a `ConfigValueParseError` variant to common errors | Feb 16 2021 | ||
87e7fe5bce09 | D10008 | SimonSapin | rust: Add config parsing support for more value types | Feb 16 2021 | ||
ec54e04c5f04 | D10007 | SimonSapin | rust: Introduce a get_bytes_from_os_str utility function | Feb 17 2021 | ||
ab435e7630ad | D10006 | SimonSapin | rust: Make `DirstateParents`’s fields typed `Node`s | Feb 17 2021 | ||
d10a0652d1d6 | D10005 | SimonSapin | rust: Rewrite dirstate parsing usin the `bytes-cast` crate | Feb 17 2021 | ||
86e8643d52d8 | D10004 | SimonSapin | rhg: Move `Repo` object creation into `main()` | Feb 15 2021 | ||
d5d0b3306771 | D10003 | SimonSapin | rhg: Group values passed to every sub-command into a struct | Feb 15 2021 | ||
e8007f45468d | D10002 | SimonSapin | rhg: Remove error message on unsupported CLI arguments | Feb 12 2021 | ||
d66a1fe24f1b | D9686 | SimonSapin | copies-rust: send PyBytes values back be dropped ino the parent thread | Jan 5 2021 | ||
eef6ac04e514 | D9685 | Simon Sapin | copies-rust: introduce PyBytesWithData to reduce GIL requirement | Nov 26 2020 | ||
c6b88b93b977 | D9684 | SimonSapin | copies-rust: move CPU-heavy Rust processing into a child thread | Jan 6 2021 | ||
cc1270f5c121 | D9683 | SimonSapin | copies-rust: split up combine_changeset_copies function into a struct | Jan 5 2021 | ||
26d0acbc6cce | D9682 | SimonSapin | copies-rust: extract generic map merge logic from merge_copies_dict | Dec 23 2020 | ||
a757c5465091 | D9656 | marmoute | copies-rust: use imrs::OrdSet instead of imrs::HashSet | Dec 21 2020 | ||
affabcfb4ef0 | D9655 | marmoute | copies-rust: use simpler overwrite when value on both side are identical | Dec 21 2020 |