diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-23 08:30:15 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-23 10:11:56 +0000 |
| commit | b931b37e26486e4e6d15f302e87141dcf2f596ba (patch) | |
| tree | cf8cf7519c6bebc979ceca318b5c49cafc4fc870 /tests/list.rs | |
| parent | 84d8f03cf2471d3530f4657055f272474880b6b5 (diff) | |
refactor: remove confusing options, improve help
from_branch and to_branch have been replaced
by specifying revision ranges
Diffstat (limited to 'tests/list.rs')
| -rw-r--r-- | tests/list.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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 { | |||
| 1710 | c.succeeds_with(0, true, None)?; | 1710 | c.succeeds_with(0, true, None)?; |
| 1711 | p.expect("finding commits...\r\n")?; | 1711 | p.expect("finding commits...\r\n")?; |
| 1712 | p.expect("updated proposal available (2 ahead 0 behind 'main'). existing version is 2 ahead 1 behind 'main'\r\n")?; | 1712 | p.expect("updated proposal available (2 ahead 0 behind 'main'). existing version is 2 ahead 1 behind 'main'\r\n")?; |
| 1713 | // its got here but tmpgit-32.. indicates that creatubg the eature | ||
| 1714 | // branch in line 1291 didnt work so the choices will be different | ||
| 1715 | let mut c = p.expect_choice( | 1713 | let mut c = p.expect_choice( |
| 1716 | "", | 1714 | "", |
| 1717 | vec![ | 1715 | vec![ |