mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-15 00:44:33 +00:00
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:
parent
d3699c2327
commit
578c1097d6
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@
|
|||
"ascii",
|
||||
"ascii-large"
|
||||
],
|
||||
"default": "legacy"
|
||||
"default": "curved"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue