remove part of comment that is no longer relevant

This commit is contained in:
Joey Hess 2021-04-14 18:32:15 -04:00
parent 17646b0b31
commit d18b37f769
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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