From 04db07f2caae3c2edfc952ead95c9fb6d3d4e5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 22 Feb 2018 08:07:31 +0100 Subject: [PATCH] remove obsolete --redmine option, replaced by --events=redmine --- eodb/events/management/commands/common.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/eodb/events/management/commands/common.py b/eodb/events/management/commands/common.py index 7b18068..eabd888 100644 --- a/eodb/events/management/commands/common.py +++ b/eodb/events/management/commands/common.py @@ -16,8 +16,6 @@ class GraphCommand(BaseCommand): help='use commit datetime instead of author datetime') parser.add_argument('--events', default='git', help='use event of this type (git (default), emails, redmine)') - parser.add_argument('--redmine', action='store_true', - help='use redmine events instead of commits') parser.add_argument('--notitle', action='store_true') parser.add_argument('--filename', metavar='FILENAME')