Show More
|
1 | NO CONTENT: file copied from relnotes/next to relnotes/5.6 |
@@ -1,12 +1,5 b'' | |||
|
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 == |
@@ -23,7 +16,4 b'' | |||
|
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