view relnotes/next @ 45541:522ec3dc44b9

hg-core: add a `CatRev` operation Differential Revision: https://phab.mercurial-scm.org/D9051
author Antoine Cezar <antoine.cezar@octobus.net>
date Fri, 11 Sep 2020 17:32:53 +0200
parents 5178dd2233d0
children 2c86b9587740
line wrap: on
line source

== 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 ==