From: Joey Hess Date: Wed, 14 Apr 2021 22:32:15 +0000 (-0400) Subject: remove part of comment that is no longer relevant X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~91^2~535 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d18b37f76945788fe0fe56dc6f7f328c9c316c0e;p=git-annex.git remove part of comment that is no longer relevant --- diff --git a/Annex/AdjustedBranch.hs b/Annex/AdjustedBranch.hs index e8709422ae..a2b606ef66 100644 --- a/Annex/AdjustedBranch.hs +++ b/Annex/AdjustedBranch.hs @@ -600,9 +600,7 @@ data AdjustedClone = InAdjustedClone | NotInAdjustedClone - So, find the adjusting commit on the currently checked out adjusted - branch, and use the parent of that commit as the basis, and set the - origbranch to it. - - - - The repository may also need to be upgraded to a new version, if the - - current version is too old to support adjusted branches. -} + -} checkAdjustedClone :: Annex AdjustedClone checkAdjustedClone = ifM isBareRepo ( return NotInAdjustedClone