##// END OF EJS Templates
relnotes: add 6.7
Raphaël Gomès -
r52397:6b2aeeec stable
parent child Browse files
Show More
@@ -1,7 +1,4 b''
1 = Mercurial 6.7rc0 =
2
3 /!\ These are **tentative** release notes for the upcoming Mercurial 6.7.
4 Anything can be added or removed before the actual release.
1 = Mercurial 6.7 =
5 2
6 3 As usual, a *lot* of patches don't make it to this list.
7 4
@@ -20,6 +17,7 b" As usual, a *lot* of patches don't make "
20 17 * annotate: limit output to range of lines
21 18 * unbundle: faster computation of changed heads
22 19 * Large improvements of some of the phases code (23950e39281f)
20 * rust-filepatterns: export glob_to_re function
23 21
24 22 == New Experimental Features ==
25 23
@@ -41,6 +39,11 b" As usual, a *lot* of patches don't make "
41 39 * cext: fix potential memory leaks of list items appended with PyList_Append
42 40 * doc: document that labels must have a dot in them to have an effect
43 41 * debugformat: fix formatting for compression level
42 * obsutil: sort metadata before comparing in geteffectflag()
43 * crecord: drop calls to `curses.endwin()`
44 * rust-index: don't use mutable borrow for head-diff computation
45 * rust-index: don't use mutable borrow to computed filtered heads
46
44 47
45 48 == Backwards Compatibility Changes ==
46 49
General Comments 0
You need to be logged in to leave comments. Login now