relnotes/next
changeset 44367 9dab3fa64325
parent 44365 7c4b98a4e536
child 44369 815c63526d1d
--- a/relnotes/next	Thu Dec 26 14:02:50 2019 -0800
+++ b/relnotes/next	Fri Dec 20 13:24:46 2019 -0800
@@ -14,8 +14,12 @@
 
  * `hg copy --forget` can be used to unmark a file as copied.
 
+== New Experimental Features ==
 
-== New Experimental Features ==
+ * `hg copy` now supports a `--at-rev` argument to mark files as
+   copied in the specified commit. It only works with `--after` for
+   now (i.e., it's only useful for marking files copied using non-hg
+   `cp` as copied).
 
  * Use `hg copy --forget --at-rev REV` to unmark already committed
    copies.