-----------------------------------------------------------------------------
--
-- Module      :  VCSWrapper.Mercurial.Types
-- Copyright   :  2011 Stephan Fortelny, Harald Jagenteufel
-- License     :  GPL Nothing
--
-- Maintainer  :  stephanfortelny at gmail.com, h.jagenteufel at gmail.com
-- Stability   :
-- Portability :
--
-- |
--
-----------------------------------------------------------------------------

module VCSWrapper.Mercurial.Types (
    module VCSWrapper.Common.Types
) where
import VCSWrapper.Common.Types