File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ mod create_branch;
8
8
mod cred;
9
9
mod diff;
10
10
mod externaleditor;
11
- mod fetch;
12
11
mod filetree;
13
12
mod help;
14
13
mod inspect_commit;
15
14
mod msg;
15
+ mod pull;
16
16
mod push;
17
17
mod rename_branch;
18
18
mod reset;
@@ -30,11 +30,11 @@ pub use commitlist::CommitList;
30
30
pub use create_branch:: CreateBranchComponent ;
31
31
pub use diff:: DiffComponent ;
32
32
pub use externaleditor:: ExternalEditorComponent ;
33
- pub use fetch:: PullComponent ;
34
33
pub use filetree:: FileTreeComponent ;
35
34
pub use help:: HelpComponent ;
36
35
pub use inspect_commit:: InspectCommitComponent ;
37
36
pub use msg:: MsgComponent ;
37
+ pub use pull:: PullComponent ;
38
38
pub use push:: PushComponent ;
39
39
pub use rename_branch:: RenameBranchComponent ;
40
40
pub use reset:: ResetComponent ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments