mercurial/commands.py
changeset 44365 7c4b98a4e536
parent 44364 8be0c63535b5
child 44367 9dab3fa64325
--- a/mercurial/commands.py	Fri Dec 20 15:50:13 2019 -0800
+++ b/mercurial/commands.py	Tue Jan 28 14:07:57 2020 -0800
@@ -2312,6 +2312,13 @@
         (b'', b'forget', None, _(b'unmark a file as copied')),
         (b'A', b'after', None, _(b'record a copy that has already occurred')),
         (
+            b'',
+            b'at-rev',
+            b'',
+            _(b'unmark copies in the given revision (EXPERIMENTAL)'),
+            _(b'REV'),
+        ),
+        (
             b'f',
             b'force',
             None,