Sun, 13 Nov 2016 19:40:14 +0100
Added context menu actions to the Mercurial tags/branches list dialog.
# -*- coding: utf-8 -*- # Copyright (c) 2014 - 2016 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package implementing the largefiles extension support interface. """ from __future__ import unicode_literals def getDefaults(): """ Function to get the default values of the extension. @return dictionary with default values and parameter as key (dict) """ return { 'minsize': 10, # minimum size in MB 'pattern': [], # file name patterns }