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 e782da7 commit 8d7a44b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 908 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
reindexing failed, you'll need to clean up corrupted operation history by
`jj op abandon ..<bad operation ID>`.

* Dropped support for the "legacy" graph-drawing style. Use "ascii" for a very
similar result.

### New features

* Templates now support logical operators: `||`, `&&`, `!`
Expand Down
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 8d7a44b

Please sign in to comment.