main: Simplify the "Diff->SHA-1" action
[git-cola.git] / cola / signals.py
blob8563944d6b1568c604e3a6617d3aaa22138b9e0d
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 commit = 'commit'
7 commits_selected = 'commits_selected'
8 confirm = 'confirm'
9 critical = 'critical'
10 edit = 'edit'
11 checkout = 'checkout'
12 checkout_branch = 'checkout_branch'
13 cherry_pick = 'cherry_pick'
14 clone = 'clone'
15 delete = 'delete'
16 ignore = 'ignore'
17 delete_branch = 'delete_branch'
18 diff = 'diff'
19 diff_expr_mode = 'diff_expr_mode'
20 diff_staged = 'diff_staged'
21 diffstat = 'diffstat'
22 difftool = 'difftool'
23 format_patch = 'format_patch'
24 grep = 'grep'
25 information = 'information'
26 log_cmd = 'log_cmd'
27 load_commit_message = 'load_commit_message'
28 load_commit_template = 'load_commit_template'
29 load_previous_message = 'load_previous_message'
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 rescan_and_refresh = 'rescan_and_refresh'
38 reset_mode = 'reset_mode'
39 review_branch_mode = 'review_branch_mode'
40 run_config_action = 'run_config_action'
41 run_command = 'run_command'
42 set_diff_text = 'set_diff_text'
43 show_untracked = 'show_untracked'
44 signoff = 'signoff'
45 stage = 'stage'
46 stage_diffs = 'stage_diffs'
47 stage_modified = 'stage_modified'
48 stage_unmerged = 'stage_unmerged'
49 stage_untracked = 'stage_untracked'
50 staged_summary = 'staged_summary'
51 tag = 'tag'
52 unmerged_summary = 'unmerged_summary'
53 undo = 'undo'
54 undo_diffs = 'undo_diffs'
55 unstage = 'unstage'
56 unstage_diffs = 'unstage_diffs'
57 unstage_all = 'unstage_all'
58 unstage_selected = 'unstage_selected'
59 untracked_summary = 'untracked_summary'
60 update_file_status = 'update_file_status'
61 visualize_all = 'visualize_all'
62 visualize_current = 'visualize_current'
63 visualize_paths = 'visualize_paths'
64 visualize_revision = 'visualize_revision'