From 146ff5bf6e4d329a7441803a9ac1b9cb6580d4ca Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 23 May 2023 09:57:46 +0000 Subject: tweaked branches without new commits err message --- src/fetch_pull_push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fetch_pull_push.rs b/src/fetch_pull_push.rs index 66c8361..637c040 100644 --- a/src/fetch_pull_push.rs +++ b/src/fetch_pull_push.rs @@ -181,7 +181,7 @@ pub fn fetch_pull_push( ) { None => { // TODO you should still be able to check it out - find the easliest commit, check it out as branch, find the latest commit and set the branch to that commit. - println!("You are pulling a branch that has been merged or you have delete. ngit doesnt currently support this."); + println!("No new commits were found. Not pulling the branch."); }, Some(name) => { println!("exists as a local branch named '{}'. check it out and then fetch /pull.",name); -- cgit v1.2.3