view relnotes/next @ 45442:c6e332a451d0

py3: fix bytes and str mixup in run-tests Differential Revision: https://phab.mercurial-scm.org/D9009
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Fri, 11 Sep 2020 13:04:05 +0530
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 ==