Skip to content

Commit

Permalink
cli: drop support for legacy graph style
Browse files Browse the repository at this point in the history
I don't think anyone uses the legacy graph style. It's very similar to
the "ascii" style from Sapling's `renderdag` crate.
  • Loading branch information
martinvonz committed Feb 12, 2024
1 parent 0a63206 commit 10b46c4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 908 deletions.
1 change: 0 additions & 1 deletion cli/src/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
"style": {
"description": "Style of connectors/markings used to render the graph. See https://github.com/martinvonz/jj/blob/main/docs/config.md#graph-style",
"enum": [
"legacy",
"curved",
"square",
"ascii",
Expand Down
Loading

0 comments on commit 10b46c4

Please sign in to comment.