forked from mirrors/jj
cli: restore newline after each file in jj files
This commit is contained in:
parent
b671eca7ad
commit
b97d25038b
1 changed files with 1 additions and 1 deletions
|
@ -825,7 +825,7 @@ fn cmd_files(
|
|||
let mut repo_command = command.repo_helper(ui)?;
|
||||
let commit = repo_command.resolve_revision_arg(sub_matches)?;
|
||||
for (name, _value) in commit.tree().entries() {
|
||||
ui.write(&ui.format_file_path(repo_command.repo().working_copy_path(), &name))?;
|
||||
writeln!(ui, "{}", &ui.format_file_path(repo_command.repo().working_copy_path(), &name))?;
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue