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
between repositories.
The experimental `rhg` executable implements a subset of the functionality of `hg` using
only Rust, to avoid the startup cost of a Python interpreter. This subset is
initially small but grows over time as `rhg` is improved. When fallback to the
Python implementation is configured, `rhg` aims to be a drop-in replacement
for `hg` that should behave the same, except that some commands run faster.
The experimental `rhg` executable implements a subset of the functionality of
`hg` using only Rust, to avoid the startup cost of a Python interpreter. This
subset is initially small but grows over time as `rhg` is improved. When
fallback to the Python implementation is configured, `rhg` aims to be a drop-in
replacement for `hg` that should behave the same, except that some commands run
faster.
%endif
%prep