aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2014-04-26 15:52:48 +0300
committerkongr45gpen <electrovesta@gmail.com>2014-04-26 15:52:48 +0300
commite149f5274a8149d9366717b9d762d13097834a53 (patch)
treebfb27402b5f2effa35b0b3ac74acd9501d60b621 /config.py
parent59aa66b0b8e1e17255effc3a4a6e32994be8d177 (diff)
downloadsupybot_github-e149f5274a8149d9366717b9d762d13097834a53.tar.gz
supybot_github-e149f5274a8149d9366717b9d762d13097834a53.tar.bz2
supybot_github-e149f5274a8149d9366717b9d762d13097834a53.zip
Better handling of branch merges
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.py b/config.py
index c5b1f74..ba94c80 100644
--- a/config.py
+++ b/config.py
@@ -41,4 +41,8 @@ conf.registerGlobalValue(Github, 'tagShowCommitMsg',
registry.Boolean(True,
"""Show the commit message of the commit a new tag points to"""))
+conf.registerGlobalValue(Github, 'showMergedCommits',
+ registry.Boolean(False,
+ """Show merged commits when a branch is merged into another"""))
+
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

© 2014-2024 Faster IT GmbH | imprint | privacy policy