# HG changeset patch # User Raphaël Gomès # Date 2022-01-18 09:32:11 # Node ID 2b271cab2d1c02f3bf0475801e13a2bb2ad21f7d # Parent 4f01821fa0ec7a1d68e06b8ffdb0ddf48a677dc6 helptext: add missing newline to Rust helptext This makes it so the list renders properly. Differential Revision: https://phab.mercurial-scm.org/D12007 diff --git a/mercurial/helptext/rust.txt b/mercurial/helptext/rust.txt --- a/mercurial/helptext/rust.txt +++ b/mercurial/helptext/rust.txt @@ -15,6 +15,7 @@ Features ======== 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.)