eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/__init__.py

Sat, 22 May 2021 18:51:46 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 22 May 2021 18:51:46 +0200
branch
eric7
changeset 8356
68ec9c3d4de5
parent 8312
800c432b34c8
child 8881
54e42bc2437a
permissions
-rw-r--r--

Renamed the modules and classes of the E5Gui package to have the prefix 'Eric' instead of 'E5'.

# -*- coding: utf-8 -*-

# Copyright (c) 2014 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the largefiles extension support interface.
"""


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
    }

eric ide

mercurial