merge with stable
Description
Description
Details
Details
- Committed
yuja Jun 25 2020, 9:40 AM - Parents
- rHGafcad425a0b6: pycompat: fix crash when default locale is unknown
rHGc2df0bca0dfa: perf: make `hg perfwrite` more flexible - Branches
- Unknown
- Tags
Merged Changes
Merged Changes
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
c2df0bca0dfa | mjacob | perf: make `hg perfwrite` more flexible | Jun 4 2020 | |||
2c920c4dbb31 | mjacob | chg: fix typo | Jun 22 2020 | |||
cfd06649a1b8 | D8650 | martinvonz | copies: implement __repr__ on branch_copies for debugging | Jun 19 2020 | ||
98f97026fa05 | yuja | phases: remove useless lookup of repo[rev].rev() in _retractboundary | Jun 19 2020 | |||
484e04dc7f42 | mjacob | ui: replace `self._ferr` with identical `dest` | Jun 4 2020 | |||
65d19d9c8e76 | D8643 | khanchi97 | absorb: make it clear what happens when no input | Jun 20 2020 | ||
62bdb288c449 | D8638 | pulkit | tests: add hghave rule 'setprocname' to check if osutil.setprocname and use it | Jun 17 2020 | ||
7af5c1f5b3a0 | pulkit | util: flush stderr explicitly after using warnings.warn() | Jun 19 2020 | |||
fa151f7af275 | D8641 | joerg.sonnenberger | phases: improve performance of _retractboundary | Jun 18 2020 | ||
a28d1eca6507 | pulkit | tests: use proctutil.stdout.write() instead of print() in test-extension.t | Jun 18 2020 | |||
0ff59434af72 | D8374 | durin42 | fuzz: tell manifest fuzzer about longer node hashes | Jan 8 2020 | ||
1ca0047fd7e1 | mjacob | absorb: preserve changesets which were already empty | Jun 1 2020 | |||
bfef35bb4ecb | mjacob | absorb: preserve branch-closing changesets even if empty | Jun 1 2020 | |||
1b757f385549 | mjacob | absorb: preserve branch-changing changesets even if empty | Jun 1 2020 | |||
bacf6c7ef01b | D8611 | acezar | rhg: add Command trait for subcommands implemented by rhg | Jun 22 2020 | ||
e4d2efb76c94 | D8638 | pulkit | tests: add hghave rule 'setprocname' to check if osutil.setprocname and use it | Jun 17 2020 | ||
f46a333fefca | pulkit | util: flush stderr explicitly after using warnings.warn() | Jun 19 2020 | |||
a54ee130210a | D8641 | joerg.sonnenberger | phases: improve performance of _retractboundary | Jun 18 2020 | ||
ae6890f108f2 | D8641 | joerg.sonnenberger | phases: improve performance of _retractboundary | Jun 18 2020 | ||
8bac155c6eeb | pulkit | tests: use proctutil.stdout.write() instead of print() in test-extension.t | Jun 18 2020 | |||
9bedcfb4bb0e | D8374 | durin42 | fuzz: tell manifest fuzzer about longer node hashes | Jan 8 2020 | ||
6746a7107c46 | mjacob | absorb: preserve changesets which were already empty | Jun 1 2020 | |||
3898422da6ef | mjacob | absorb: preserve branch-closing changesets even if empty | Jun 1 2020 | |||
d180ba202eec | mjacob | absorb: preserve branch-changing changesets even if empty | Jun 1 2020 | |||
0b950a328159 | D8611 | acezar | rhg: add Command trait for subcommands implemented by rhg | Jun 5 2020 | ||
cf04f62d1579 | D8610 | acezar | rhg: add rhg crate | Jun 5 2020 | ||
5965efb609b6 | D8609 | acezar | hg-core: add FindRoot operation to find repository root path | Jun 5 2020 | ||
a46e36b82461 | D8608 | acezar | hg-core: add Operation interface for high-level hg operations | Jun 5 2020 | ||
26114bd6ec60 | D8635 | Alphare | rust: do a clippy pass | Jun 15 2020 | ||
ef8dcee272ac | D8637 | durin42 | fuzz: add config knob for PYTHON_CONFIG_FLAGS | Jun 15 2020 | ||
ee5f27d7b9fb | D8636 | durin42 | pyutil: this has taken so long to fix, I'm using 3.8 now | Jun 15 2020 | ||
78cafd48b9b2 | durin42 | merge with stable | Jun 15 2020 | |||
50005af3c7a8 | mjacob | tests: remove unused creation of file and outdated text | Jun 12 2020 | |||
a4438263b228 | D8619 | av6 | tests: skip pyflakes for mercurial/thirdparty/ | Jun 6 2020 | ||
83e41b73d115 | D8625 | durin42 | git: add debug logging when there's a mismatch in the cached heads list | Jun 9 2020 | ||
f9734b2d59cc | mjacob | py3: make stdout line-buffered if connected to a TTY | Jun 10 2020 | |||
4bb0ea78a70f | yuja | simplemerge: rewrite flag merging loop as expression | Jun 2 2020 | |||
eb6380da47a5 | yuja | simplemerge: leverage pycompat function to convert byte string to set | Jun 2 2020 | |||
ad6971e6740c | yuja | simplemerge: fix function name that tests if ctx is not null revision | Jun 2 2020 | |||
fb2936c5f6dc | D8622 | hollisb | git: decode node IDs back into Python strings (issue6349) | Jun 9 2020 | ||
7a0a1be721a3 | D8621 | khanchi97 | phabricator: make it clear what happen when no response | Jun 9 2020 | ||
617cd3b1e9cd | D8620 | khanchi97 | tests: make it clear what happen when no response entered | Jun 8 2020 | ||
9e5b4dbe8ff2 | D7944 | indygreg | localrepo: handle ValueError during repository opening | Jan 18 2020 | ||
25512a65cefd | D8589 | marmoute | metadata: filter the `removed` set to only contains relevant data | May 27 2020 | ||
edd08aa193fb | D8588 | marmoute | files: extract code for extra filtering of the `removed` entry into copies | May 27 2020 | ||
4c1d39215034 | D8587 | marmoute | metadata: move computation related to files touched in a dedicated module | May 27 2020 | ||
818b4f19ef23 | D8615 | martinvonz | merge: move an inspection of the dirstate from record to calculate phase | Jun 5 2020 | ||
3d409f4ff46b | D8618 | av6 | tests: adjust to the new format in pyflakes output | Jun 6 2020 | ||
f4361aed565d | D8617 | av6 | tests: consistently use pyflakes as a Python module | Jun 6 2020 | ||
aa568b6c6a10 | D8178 | marmoute | heptapod-ci: also run tests for chg on python 2 | Feb 25 2020 |