mercurial/commands.py
changeset 45476 453bc6ca9ab2
parent 45430 e47385ef4e17
child 45478 07c424a13811
--- a/mercurial/commands.py	Thu Sep 17 15:34:13 2020 +0200
+++ b/mercurial/commands.py	Thu Sep 10 13:10:53 2020 +0900
@@ -3252,7 +3252,7 @@
     b'grep',
     [
         (b'0', b'print0', None, _(b'end fields with NUL')),
-        (b'', b'all', None, _(b'print all revisions that match (DEPRECATED) ')),
+        (b'', b'all', None, _(b'an alias to --diff (DEPRECATED)')),
         (
             b'',
             b'diff',