mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 14:00:51 +00:00
repo: don't create unused .jj/view/
directory
This commit is contained in:
parent
81edd92523
commit
0725d4326d
1 changed files with 0 additions and 1 deletions
|
@ -153,7 +153,6 @@ impl ReadonlyRepo {
|
|||
|
||||
fn init_repo_dir(repo_path: &Path) {
|
||||
fs::create_dir(repo_path.join("store")).unwrap();
|
||||
fs::create_dir(repo_path.join("view")).unwrap();
|
||||
fs::create_dir(repo_path.join("op_store")).unwrap();
|
||||
fs::create_dir(repo_path.join("op_heads")).unwrap();
|
||||
fs::create_dir(repo_path.join("index")).unwrap();
|
||||
|
|
Loading…
Reference in a new issue