mercurial/commands.py
changeset 45369 5178dd2233d0
parent 45164 7f41e824a02b
child 45375 8c466bcb0879
--- a/mercurial/commands.py	Fri Jul 24 15:03:14 2020 -0700
+++ b/mercurial/commands.py	Tue Jul 28 09:58:28 2020 -0700
@@ -5781,6 +5781,13 @@
     [
         (b'A', b'after', None, _(b'record a rename that has already occurred')),
         (
+            b'',
+            b'at-rev',
+            b'',
+            _(b'(un)mark renames in the given revision (EXPERIMENTAL)'),
+            _(b'REV'),
+        ),
+        (
             b'f',
             b'force',
             None,