From 562e3b06a8d8bf287c11deef5abdc83d831725bc Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Tue, 6 Apr 2010 20:50:26 -0700 Subject: [PATCH] signals: Add 'question' We can do this now so let's start to use the ui factory when writing commands. Signed-off-by: David Aguilar --- cola/signals.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cola/signals.py b/cola/signals.py index 14117038..badc9081 100644 --- a/cola/signals.py +++ b/cola/signals.py @@ -31,6 +31,7 @@ mergetool = 'mergetool' mode = 'mode' modified_summary = 'modified_summary' open_repo = 'open_repo' +question = 'question' redo = 'redo' rescan = 'rescan' reset_mode = 'reset_mode' -- 2.11.4.GIT