Skip to content

Fix default value of urlprefix and tinyifier

Cédric Krier requested to merge cedk/irker:hg-default into master

Use default value when retrieving configuration from mercurial configuration to allow to set empty value. The urlprefix for mercurial should append the repository root to the baseurl. Test for empty urlprefix instead of the string None because the configuration value can not be "none" because '/rev/' is always appended.

Merge request reports