diff -r d8b49bf6cfec -r 9dab3fa64325 mercurial/commands.py --- 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. """