File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ mod create_branch;
88mod cred;
99mod diff;
1010mod externaleditor;
11- mod fetch;
1211mod filetree;
1312mod help;
1413mod inspect_commit;
1514mod msg;
15+ mod pull;
1616mod push;
1717mod rename_branch;
1818mod reset;
@@ -30,11 +30,11 @@ pub use commitlist::CommitList;
3030pub use create_branch:: CreateBranchComponent ;
3131pub use diff:: DiffComponent ;
3232pub use externaleditor:: ExternalEditorComponent ;
33- pub use fetch:: PullComponent ;
3433pub use filetree:: FileTreeComponent ;
3534pub use help:: HelpComponent ;
3635pub use inspect_commit:: InspectCommitComponent ;
3736pub use msg:: MsgComponent ;
37+ pub use pull:: PullComponent ;
3838pub use push:: PushComponent ;
3939pub use rename_branch:: RenameBranchComponent ;
4040pub use reset:: ResetComponent ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments