Mon, 12 May 2014 18:26:04 +0200
Moved the Mercurial tags and branches actions into submenus in order to shorten the main menu.
# -*- coding: utf-8 -*- # Copyright (c) 2010 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> # """ Module defining configuration variables for the Mercurial package. """ from __future__ import unicode_literals # Available protocols fpr the repository URL ConfigHgProtocols = [ 'file://', 'http://', 'https://', 'ssh://', ]