class Pod::ExternalSources::MercurialSource


name matching the one of the dependency.
@note The podspec must be in the root of the repository and should have a
`source` attribute of a specification).
Supports all the options of the downloader (is similar to the git key of
source remote.
Provides support for fetching a specification file from a Mercurial

def description

Other tags:
    See: AbstractExternalSource#description -
def description
  "from `#{params[:hg]}`".tap do |description|
    description << ", revision `#{params[:revision]}`" if params[:revision]
  end
end

def fetch(sandbox)

Other tags:
    See: AbstractExternalSource#fetch -
def fetch(sandbox)
  pre_download(sandbox)
end