remove part of comment that is no longer relevant
authorJoey Hess <joeyh@joeyh.name>
Wed, 14 Apr 2021 22:32:15 +0000 (18:32 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 14 Apr 2021 22:32:15 +0000 (18:32 -0400)
Annex/AdjustedBranch.hs

index e8709422ae36bd1d984f7c294f1be528c741f7b9..a2b606ef667a54b8cb02028c5adc4dd9c6af043e 100644 (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