--- a/mercurial/commands.py Thu Dec 12 15:17:44 2024 +0000
+++ b/mercurial/commands.py Mon Dec 16 01:52:32 2024 -0500
@@ -2975,7 +2975,7 @@
b'',
b'to',
b'',
- _(b'graft to this destination, in memory (EXPERIMENTAL)'),
+ _(b'graft to this destination, in-memory (EXPERIMENTAL)'),
),
(b'c', b'continue', False, _(b'resume interrupted graft')),
(b'', b'stop', False, _(b'stop interrupted graft')),
@@ -3067,13 +3067,13 @@
.. container:: verbose
- The experimental --to option allow to graft a revision in memory,
- independently from the working copy. Merge conflict are not currenly
- supported and the operation will be aborted if the configured tool
- cannot handle the conflict that might be encountered.
-
- As the operation is performence in memory, the on disk file will not be
- modified and some hooks might not be run.
+ The experimental --to option allows grafting a revision in-memory,
+ independent of the working copy. Merge conflicts are not currently
+ supported, and the operation will be aborted if the configured tool
+ cannot handle the conflicts that might be encountered.
+
+ As the operation is performed in-memory, the on-disk files will not be
+ modified, and some hooks might not be run.
.. container:: verbose