From 991da4d8dc2bbdd9832dd9252ebebc27d612154c Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 23 Feb 2024 10:12:54 +0000 Subject: refactor: remove confusing options, improve help from_branch and to_branch have been replaced by specifying revision ranges --- src/sub_commands/push.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/sub_commands/push.rs') diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs index 75bff2d..06c3e50 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs @@ -106,12 +106,10 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { sub_commands::send::launch( cli_args, &sub_commands::send::SubCommandArgs { - starting_commit: String::new(), + since_or_revision_range: String::new(), in_reply_to: Some(proposal_root_event.id.to_string()), title: None, description: None, - from_branch: None, - to_branch: None, no_cover_letter: args.no_cover_letter, }, ) -- cgit v1.2.3