Show More
@@ -1,3 +1,20 b'' | |||||
|
1 | = Mercurial 6.7.3 = | |||
|
2 | ||||
|
3 | * setup: display return code information about failed `hg` call | |||
|
4 | * bundle-spec: properly identify changegroup-less bundle | |||
|
5 | * bundle-spec: properly parse boolean configuration as boolean | |||
|
6 | * matchers: fix the bug in rust PatternMatcher that made it cut off early | |||
|
7 | * match: fix the "visitdir" method on "rootfilesin" matchers | |||
|
8 | * match: fix the rust-side bug in visit_children_set for rootfilesin matchers | |||
|
9 | * match: strengthen visit_children_set invariant, Recursive means "all files" | |||
|
10 | * wireprotoserver: ensure that output stream gets flushed on exception | |||
|
11 | * re2: make errors quiet | |||
|
12 | * dirstate-v2: add check of parent/child nodes being related when writing | |||
|
13 | * dirstate-v2: check that root nodes are at the root before writing | |||
|
14 | * rust-cpython: don't swallow the dirstate error message | |||
|
15 | * rust: blanket implementation of Graph for Graph references | |||
|
16 | * Various fixes to `admin::verify` | |||
|
17 | ||||
1 | = Mercurial 6.7.2 = |
|
18 | = Mercurial 6.7.2 = | |
2 |
|
19 | |||
3 | Exceptional release following a large performance regression when cloning. |
|
20 | Exceptional release following a large performance regression when cloning. |
General Comments 0
You need to be logged in to leave comments.
Login now