rename
This commit is contained in:
parent
c199a01dd1
commit
6a6ea06cee
73 changed files with 73 additions and 73 deletions
13
Common/Annex.hs
Normal file
13
Common/Annex.hs
Normal file
|
@ -0,0 +1,13 @@
|
|||
module Common.Annex (
|
||||
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