From b931b37e26486e4e6d15f302e87141dcf2f596ba Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 23 Feb 2024 08:30:15 +0000 Subject: refactor: remove confusing options, improve help from_branch and to_branch have been replaced by specifying revision ranges --- tests/list.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/list.rs') diff --git a/tests/list.rs b/tests/list.rs index ff54586..b6bcd08 100644 --- a/tests/list.rs +++ b/tests/list.rs @@ -1710,8 +1710,6 @@ mod when_main_branch_is_uptodate { c.succeeds_with(0, true, None)?; p.expect("finding commits...\r\n")?; p.expect("updated proposal available (2 ahead 0 behind 'main'). existing version is 2 ahead 1 behind 'main'\r\n")?; - // its got here but tmpgit-32.. indicates that creatubg the eature - // branch in line 1291 didnt work so the choices will be different let mut c = p.expect_choice( "", vec![ -- cgit v1.2.3