views.actions: Add a command wrapper for run_command and use it
[git-cola.git] / cola / signals.py
blobe3c89aa6c3d47b99570054a39c60e1b286f5f2ef
1 add_signoff = 'add_signoff'
2 amend = 'amend'
3 amend_mode = 'amend_mode'
4 apply_diff_selection = 'apply_diff_selection'
5 apply_patches = 'apply_patches'
6 branch_mode = 'branch_mode'
7 commit = 'commit'
8 edit = 'edit'
9 checkout = 'checkout'
10 checkout_branch = 'checkout_branch'
11 cherry_pick = 'cherry_pick'
12 clone = 'clone'
13 delete = 'delete'
14 delete_branch = 'delete_branch'
15 diff = 'diff'
16 diff_expr_mode = 'diff_expr_mode'
17 diff_mode = 'diff_mode'
18 diff_staged = 'diff_staged'
19 diff_text = 'diff_text'
20 diffstat = 'diffstat'
21 difftool = 'difftool'
22 editor_text = 'editor_text'
23 format_patch = 'format_patch'
24 grep = 'grep'
25 information = 'information'
26 inotify = 'inotify'
27 log_cmd = 'log_cmd'
28 load_commit_message = 'load_commit_message'
29 load_commit_template = 'load_commit_template'
30 mergetool = 'mergetool'
31 mode = 'mode'
32 modified_summary = 'modified_summary'
33 open_repo = 'open_repo'
34 question = 'question'
35 redo = 'redo'
36 rescan = 'rescan'
37 reset_mode = 'reset_mode'
38 review_branch_mode = 'review_branch_mode'
39 run_config_action = 'run_config_action'
40 run_command = 'run_command'
41 show_untracked = 'show_untracked'
42 stage = 'stage'
43 stage_diffs = 'stage_diffs'
44 stage_modified = 'stage_modified'
45 stage_untracked = 'stage_untracked'
46 staged_summary = 'staged_summary'
47 tag = 'tag'
48 unmerged_summary = 'unmerged_summary'
49 undo = 'undo'
50 undo_diffs = 'undo_diffs'
51 unstage = 'unstage'
52 unstage_diffs = 'unstage_diffs'
53 unstage_all = 'unstage_all'
54 unstage_selected = 'unstage_selected'
55 untracked_summary = 'untracked_summary'
56 visualize_all = 'visualize_all'
57 visualize_current = 'visualize_current'
58 visualize_paths = 'visualize_paths'