From 2edc087079b988aa70d07966be5566e021a7dff3 Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Tue, 3 May 2022 16:01:11 +0200 Subject: [PATCH] Reflow mercurial-rust description to avoid long lines Fix rpmlint error: description-line-too-long --- mercurial.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mercurial.spec b/mercurial.spec index db1089d..74d35a7 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -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