Sat, 04 Aug 2018 14:05:07 +0200
hg, HgGraftDialog: added support for the '--no-commit' flag as of Mercurial 4.7.0.
# -*- coding: utf-8 -*- # Copyright (c) 2010 - 2018 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 ConfigHgSchemes = ( 'file', 'http', 'https', 'ssh', )