Show More
|
1 | NO CONTENT: file copied from relnotes/next to relnotes/5.6 |
@@ -1,29 +1,19 | |||
|
1 | 1 | == New Features == |
|
2 | 2 | |
|
3 | * `hg mv -A` can now be used with `--at-rev`. It behaves just like | |
|
4 | `hg cp -A --at-rev`, i.e. it marks the destination as a copy of the | |
|
5 | source whether or not the source still exists (but the source must | |
|
6 | exist in the parent revision). | |
|
7 | ||
|
8 | * New revset predicate `diffcontains(pattern)` for filtering revisions | |
|
9 | in the same way as `hg grep --diff pattern`. | |
|
10 | 3 | |
|
11 | 4 | |
|
12 | 5 | == New Experimental Features == |
|
13 | 6 | |
|
14 | 7 | |
|
15 | 8 | |
|
16 | 9 | == Bug Fixes == |
|
17 | 10 | |
|
18 | 11 | |
|
19 | 12 | |
|
20 | 13 | == Backwards Compatibility Changes == |
|
21 | 14 | |
|
22 | 15 | |
|
23 | 16 | |
|
24 | 17 | == Internal API Changes == |
|
25 | 18 | |
|
26 | * `merge.update()` is now private (renamed to `_update()`). Hopefully | |
|
27 | the higher-level functions available in the same module cover your | |
|
28 | use cases. | |
|
29 | 19 |
General Comments 0
You need to be logged in to leave comments.
Login now