aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index ef5570d1..aa626343 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -102,6 +102,7 @@ class GbpOptionParser(OptionParser):
@type def_config_files: dict (type, path)
"""
defaults = {'abbrev': 7,
+ 'aliases': 'True',
'allow-unauthenticated': 'False',
'arch': '',
'author-date-is-committer-date': 'False',
@@ -194,6 +195,9 @@ class GbpOptionParser(OptionParser):
'urgency': 'medium',
}
help = {
+ 'aliases':
+ "Whether to expand gbp specific aliases like `salsa:`,"
+ "default is '%(aliases)s'",
'debian-branch':
"Branch the Debian package is being developed on, "
"default is '%(debian-branch)s'",