rename
This commit is contained in:
parent
ff21fd4a65
commit
cfe21e85e7
73 changed files with 173 additions and 173 deletions
13
Annex/Common.hs
Normal file
13
Annex/Common.hs
Normal file
|
@ -0,0 +1,13 @@
|
|||
module Annex.Common (
|
||||
module Common,
|
||||
module Types,
|
||||
module Annex,
|
||||
module Locations,
|
||||
module Messages,
|
||||
) where
|
||||
|
||||
import Common
|
||||
import Types
|
||||
import Annex (gitRepo)
|
||||
import Locations
|
||||
import Messages
|
Loading…
Add table
Add a link
Reference in a new issue