views.main: Use gitcmds.log_helper()
[git-cola.git] / cola / signals.py
blob5e64eb4a96b67038046cd6d8c42d8c2ca7bd4d5d
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 mergetool = 'mergetool'
30 mode = 'mode'
31 modified_summary = 'modified_summary'
32 open_repo = 'open_repo'
33 redo = 'redo'
34 rescan = 'rescan'
35 reset_mode = 'reset_mode'
36 review_branch_mode = 'review_branch_mode'
37 show_untracked = 'show_untracked'
38 stage = 'stage'
39 stage_diffs = 'stage_diffs'
40 stage_modified = 'stage_modified'
41 stage_untracked = 'stage_untracked'
42 staged_summary = 'staged_summary'
43 tag = 'tag'
44 unmerged_summary = 'unmerged_summary'
45 undo = 'undo'
46 undo_diffs = 'undo_diffs'
47 unstage = 'unstage'
48 unstage_diffs = 'unstage_diffs'
49 unstage_all = 'unstage_all'
50 unstage_selected = 'unstage_selected'
51 untracked_summary = 'untracked_summary'
52 visualize_all = 'visualize_all'
53 visualize_current = 'visualize_current'
54 visualize_paths = 'visualize_paths'