forked from mirrors/jj
cli: remove TODO addressed in f6ba34f3c3
This commit is contained in:
parent
a7e3269ed8
commit
2c0b296f35
1 changed files with 0 additions and 2 deletions
|
@ -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)?;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue