From f167e7f55bc60721089ee3abceaed46587eea729 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 30 May 2025 14:30:01 -0400 Subject: [PATCH] adjust annex.synccontent transition warning sync will also be changing to drop unwanted content by default, this wording change avoids leaving the wrong impression --- Command/Sync.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Command/Sync.hs b/Command/Sync.hs index 7b74f83b71..2892768b73 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -1139,9 +1139,9 @@ warnSyncContentTransition o remotes where showwarning = earlyWarning $ "git-annex sync will change default behavior in the future to" - <> " send content to repositories that have" + <> " sync content with repositories that have" <> " preferred content configured. If you do not want this to" - <> " send any content, use --no-content (or -g)" + <> " sync any content, use --no-content (or -g)" <> " to prepare for that change." <> " (Or you can configure annex.synccontent)" preferredcontentconfigured m u =