diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-27 18:01:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-27 18:01:52 -0400 |
commit | 1826b3bd67b8d3e146fd833d4cb500b03d1bf096 (patch) | |
tree | dcd8188f062fcbb0d8fd06d486de63baa1276448 /Annex | |
parent | 5b74b130a39d8c45e7d24520d838d6c1635582c7 (diff) |
cleanup
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Branch.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Branch.hs b/Annex/Branch.hs index 24da8120c..645a2de76 100644 --- a/Annex/Branch.hs +++ b/Annex/Branch.hs @@ -168,7 +168,7 @@ update = onceonly $ do disableUpdate return r -{- Avoids updating the branch. A useful optimisation when the branc +{- Avoids updating the branch. A useful optimisation when the branch - is known to have not changed, or git-annex won't be relying on info - from it. -} disableUpdate :: Annex () |