ok/jj
1
0
Fork 0
forked from mirrors/jj

cli: remove TODO addressed in f6ba34f3c3

This commit is contained in:
Martin von Zweigbergk 2022-03-28 06:44:42 -07:00 committed by Martin von Zweigbergk
parent a7e3269ed8
commit 2c0b296f35

View file

@ -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)?;
}