We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5304303 commit 1149dddCopy full SHA for 1149ddd
src/app.rs
@@ -417,22 +417,22 @@ impl App {
417
self,
418
[
419
commit,
420
- help,
421
- reset,
422
- msg,
423
stashmsg_popup,
+ help,
424
inspect_commit_popup,
425
blame_file_popup,
426
external_editor_popup,
427
tag_commit_popup,
+ select_branch_popup,
+ tags_popup,
428
create_branch_popup,
429
+ rename_branch_popup,
430
+ revision_files_popup,
431
push_popup,
432
push_tags_popup,
433
pull_popup,
- select_branch_popup,
- tags_popup,
434
- rename_branch_popup,
435
- revision_files_popup
+ reset,
+ msg
436
]
437
);
438
0 commit comments