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 9d3d664 commit 2d0ca22Copy full SHA for 2d0ca22
src/popups/mod.rs
@@ -1,6 +1,6 @@
1
mod blame_file;
2
-mod branchlist;
3
mod branch_sort;
+mod branchlist;
4
mod commit;
5
mod compare_commits;
6
mod confirm;
@@ -26,8 +26,8 @@ mod tag_commit;
26
mod taglist;
27
28
pub use blame_file::{BlameFileOpen, BlameFilePopup};
29
-pub use branchlist::BranchListPopup;
30
pub use branch_sort::BranchSortPopup;
+pub use branchlist::BranchListPopup;
31
pub use commit::CommitPopup;
32
pub use compare_commits::CompareCommitsPopup;
33
pub use confirm::ConfirmPopup;
0 commit comments