diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-05 16:02:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-05 16:02:51 -0400 |
commit | 6a6ea06cee8ce69f391f7ce78b98b8f26a599e66 (patch) | |
tree | 99821d5d19bd0db96bf43596c3eb9d38824b33cc /Annex/Branch.hs | |
parent | c199a01dd13e3c25bebcf6e67b9f870dc9be5ce8 (diff) |
rename
Diffstat (limited to 'Annex/Branch.hs')
-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 c6db9deca..0b4bea051 100644 --- a/Annex/Branch.hs +++ b/Annex/Branch.hs @@ -22,7 +22,7 @@ import System.IO.Binary import System.Exit import qualified Data.ByteString.Lazy.Char8 as L -import Annex.Common +import Common.Annex import Annex.Exception import Types.BranchState import qualified Git |