Show More
@@ -1,37 +1,42 | |||
|
1 | 1 | == New Features == |
|
2 | 2 | |
|
3 | 3 | * New config `commands.commit.post-status` shows status after successful |
|
4 | 4 | commit. |
|
5 | 5 | |
|
6 | 6 | |
|
7 | 7 | == New Experimental Features == |
|
8 | 8 | |
|
9 | 9 | * New config `experimental.log.topo` makes `hg log -G` use |
|
10 | 10 | topological sorting. This is especially useful for aliases since it |
|
11 | 11 | lets the alias accept an `-r` option while still using topological |
|
12 | 12 | sorting with or without the `-r` (unlike if you use the `sort(..., |
|
13 | 13 | topo)` revset). |
|
14 | 14 | |
|
15 | 15 | |
|
16 | 16 | == Bug Fixes == |
|
17 | 17 | |
|
18 | 18 | |
|
19 | 19 | == Backwards Compatibility Changes == |
|
20 | 20 | |
|
21 | 21 | * Removed (experimental) support for log graph lines mixing |
|
22 | 22 | parent/grandparent styles. Setting |
|
23 | 23 | e.g. `experimental.graphstyle.parent = !` and |
|
24 | 24 | `experimental.graphstyle.grandparent = 3.` would use `!` for the |
|
25 | 25 | first three lines of the graph and then `.`. This is no longer |
|
26 | 26 | supported. |
|
27 | 27 | |
|
28 | * If `ui.origbackuppath` had been (incorrectly) configured to point | |
|
29 | to a file, we will now replace that file by a directory and put | |
|
30 | backups in that directory. This is similar to how we would | |
|
31 | previously replace files *in* the configured directory by | |
|
32 | subdirectories. | |
|
28 | 33 | |
|
29 | 34 | == Internal API Changes == |
|
30 | 35 | |
|
31 | 36 | * Matchers are no longer iterable. Use `match.files()` instead. |
|
32 | 37 | |
|
33 | 38 | * `match.visitdir()` and `match.visitchildrenset()` now expect the |
|
34 | 39 | empty string instead of '.' to indicate the root directory. |
|
35 | 40 | |
|
36 | 41 | * `util.dirs()` and `util.finddirs()` now include an entry for the |
|
37 | 42 | root directory (empty string). |
General Comments 0
You need to be logged in to leave comments.
Login now