mercurial/commands.py
changeset 44367 9dab3fa64325
parent 44365 7c4b98a4e536
child 44398 ddbc296a1f48
--- a/mercurial/commands.py	Thu Dec 26 14:02:50 2019 -0800
+++ b/mercurial/commands.py	Fri Dec 20 13:24:46 2019 -0800
@@ -2315,7 +2315,7 @@
             b'',
             b'at-rev',
             b'',
-            _(b'unmark copies in the given revision (EXPERIMENTAL)'),
+            _(b'(un)mark copies in the given revision (EXPERIMENTAL)'),
             _(b'REV'),
         ),
         (
@@ -2345,7 +2345,7 @@
     all given (positional) arguments are unmarked as copies. The destination
     file(s) will be left in place (still tracked).
 
-    This command takes effect with the next commit.
+    This command takes effect with the next commit by default.
 
     Returns 0 on success, 1 if errors are encountered.
     """