diff mercurial/helptext/rust.txt @ 48582:2b271cab2d1c stable

helptext: add missing newline to Rust helptext This makes it so the list renders properly. Differential Revision: https://phab.mercurial-scm.org/D12007
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 18 Jan 2022 10:32:11 +0100
parents 7ccd31fda132
children f7086f6173f8
line wrap: on
line diff
--- a/mercurial/helptext/rust.txt	Mon Jan 24 21:17:04 2022 -0800
+++ b/mercurial/helptext/rust.txt	Tue Jan 18 10:32:11 2022 +0100
@@ -15,6 +15,7 @@
 ========
 
 The following operations are sped up when using Rust:
+
     - discovery of differences between repositories (pull/push)
     - nodemap (see :hg:`help config.format.use-persistent-nodemap`)
     - all commands using the dirstate (status, commit, diff, add, update, etc.)