From 2c0b296f35334b298f7d0d199f1258d69866535c Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Mon, 28 Mar 2022 06:44:42 -0700 Subject: [PATCH] cli: remove TODO addressed in f6ba34f3c338 --- src/commands.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commands.rs b/src/commands.rs index 01606efe5..405d8f606 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -1749,8 +1749,6 @@ fn cmd_init(ui: &mut Ui, command: &CommandHelper, args: &InitArgs) -> Result<(), &git_head_commit, ); } - // TODO: Check out a recent commit. Maybe one with the highest generation - // number. if tx.mut_repo().has_changes() { workspace_command.finish_transaction(ui, tx)?; }