From 87fe058e15007e4a6c5524031086690e9e1f65e8 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Wed, 23 Sep 2009 17:40:49 -0700 Subject: [PATCH] signals: Add 'cherry_pick' and 'format_patch' signals Signed-off-by: David Aguilar --- cola/signals.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cola/signals.py b/cola/signals.py index a180ee02..1718b159 100644 --- a/cola/signals.py +++ b/cola/signals.py @@ -8,6 +8,7 @@ _signals = dict(add_signoff = SIGNAL('add_signoff'), commit = SIGNAL('commit'), edit = SIGNAL('edit'), checkout = SIGNAL('checkout'), + cherry_pick = SIGNAL('cherry_pick'), clone = SIGNAL('clone'), delete = SIGNAL('delete'), diff = SIGNAL('diff'), @@ -18,6 +19,7 @@ _signals = dict(add_signoff = SIGNAL('add_signoff'), diffstat = SIGNAL('diffstat'), difftool = SIGNAL('difftool'), editor_text = SIGNAL('editor_text'), + format_patch = SIGNAL('format_patch'), grep = SIGNAL('grep'), information = SIGNAL('information'), log_text = SIGNAL('log_text'), -- 2.11.4.GIT