module Hoe::Mercurial
def initialize_mercurial
def initialize_mercurial # Follow semantic versioning tagging specification (http://semver.org/) self.hg_release_tag_prefix = "v" self.hg_release_branch = "default" self.hg_sign_tags = false end
def initialize_mercurial # Follow semantic versioning tagging specification (http://semver.org/) self.hg_release_tag_prefix = "v" self.hg_release_branch = "default" self.hg_sign_tags = false end