Reflow mercurial-rust description to avoid long lines

Fix rpmlint error: description-line-too-long
This commit is contained in:
Mads Kiilerich 2022-05-03 16:01:11 +02:00
parent 5f9bacffa5
commit 2edc087079

View File

@ -100,11 +100,12 @@ The `rustext` extension speeds up some functionality of Mercurial, e.g.
ancestry computations in revision graphs, status or discovery of differences ancestry computations in revision graphs, status or discovery of differences
between repositories. between repositories.
The experimental `rhg` executable implements a subset of the functionality of `hg` using The experimental `rhg` executable implements a subset of the functionality of
only Rust, to avoid the startup cost of a Python interpreter. This subset is `hg` using only Rust, to avoid the startup cost of a Python interpreter. This
initially small but grows over time as `rhg` is improved. When fallback to the subset is initially small but grows over time as `rhg` is improved. When
Python implementation is configured, `rhg` aims to be a drop-in replacement fallback to the Python implementation is configured, `rhg` aims to be a drop-in
for `hg` that should behave the same, except that some commands run faster. replacement for `hg` that should behave the same, except that some commands run
faster.
%endif %endif
%prep %prep