cli: fix a few references to "legacy" as default graph style

The "curved" style has been the default for a long time now.
This commit is contained in:
Martin von Zweigbergk 2024-02-11 10:41:41 -08:00 committed by Martin von Zweigbergk
parent d3699c2327
commit 578c1097d6
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,7 @@
"ascii",
"ascii-large"
],
"default": "legacy"
"default": "curved"
}
}
},

View file

@ -1147,7 +1147,7 @@ fn test_graph_styles() {
&["new", "-m", "merge", r#"description("main branch 1")"#, "@"],
);
// Default (legacy) style
// Default (curved) style
let stdout = test_env.jj_cmd_success(&repo_path, &["log", "-T=description"]);
insta::assert_snapshot!(stdout, @r###"
@ merge