relnotes/next
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 23 Sep 2020 09:21:26 -0700
changeset 45547 2dcf595f6985
parent 45369 5178dd2233d0
child 45557 2c86b9587740
permissions -rw-r--r--
rebase: when collapsing, p1 == dest, so use the former only `dest` is the destination we're rebasing onto, which is always the same as `p1` when using `--collapse`. This lets us simplify a bit. Differential Revision: https://phab.mercurial-scm.org/D9073

== New Features ==

 * `hg mv -A` can now be used with `--at-rev`. It behaves just like
   `hg cp -A --at-rev`, i.e. it marks the destination as a copy of the
   source whether or not the source still exists (but the source must
   exist in the parent revision).


== New Experimental Features ==



== Bug Fixes ==



== Backwards Compatibility Changes ==



== Internal API Changes ==