From 2329a19d0dec7ebc3ff7088ea5f09c017139eea9 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 12 Oct 2010 22:00:19 +0200 Subject: [PATCH] Small help text rewording --- rcs-fast-export.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rcs-fast-export.rb b/rcs-fast-export.rb index e2b8a55..2c831e5 100755 --- a/rcs-fast-export.rb +++ b/rcs-fast-export.rb @@ -31,7 +31,8 @@ When importing single files, their pathname is discarded during import. When importing directories, only the specified directory component is discarded. When importing a single file, RCS commits are converted one by one. Otherwise, -some heuristics is used to determine how to coalesce commits of different. +some heuristics is used to determine how to coalesce commits touching different +files. Currently, commits are coalesced if they share the exact same log and symbols, and if their date differs by no more than the user-specified fuzziness. -- 2.32.0.93.g670b81a890