ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/src
Ilya Grigoriev 0e2579ee6a Switch graph node to use for commit instead of
This follows up on 5c703aeb03.

The only reason for this change is that, subjectively, the result looks better to me. I'm not sure why, but I couldn't get used to the old symbol in spite of its seeming reasonableness. It felt really bold and heavy.

If people agree, we can wait until we need to update the screenshots for some other reason before merging this. Sorry I didn't figure this out while the discussion about the referenced commit was going on.

I'm not 100% certain how many fonts support each symbol. Please try it out and let me know if it doesn't work for you.

Compare after:

![image](https://user-images.githubusercontent.com/4123047/229251383-563b889d-7233-42e2-a3c5-bf9368a4d1fd.png)

and before:

![image](https://user-images.githubusercontent.com/4123047/229251695-7fd0ff2c-2832-4262-ade5-5120288cccdf.png)
2023-04-02 23:15:37 -07:00
..
commands cli: reimplement "debug resolverev" as command to debug print revset 2023-04-02 22:54:46 +09:00
config cli: move default ui.pager config to misc.toml 2023-03-30 21:16:28 -07:00
cleanup_guard.rs
cli_util.rs revset: split RevsetError into RevsetResolution/EvaluationError 2023-04-03 10:55:03 +09:00
commit_templater.rs templater: add "parents" keyword in place of "parent_commit_ids" 2023-03-24 12:17:38 +09:00
config-schema.json cli: add ui.log-word-wrap option 2023-03-11 12:01:17 +09:00
config.rs
diff_util.rs repo: implement Repo on ReadonlyRepo instead of its Arc 2023-03-21 21:43:44 -07:00
formatter.rs
graphlog.rs Switch graph node to use for commit instead of 2023-04-02 23:15:37 -07:00
lib.rs templater: extract evaluation interface and build_() functions to new module 2023-03-13 11:45:17 +09:00
main.rs
merge_tools.rs
operation_templater.rs templater: add support for unformattable property 2023-03-24 12:17:38 +09:00
progress.rs
template.pest templater: add parsing rule for lambda expression 2023-03-18 12:04:00 +09:00
template_builder.rs templater: implement list methods for unformattable property 2023-03-24 12:17:38 +09:00
template_parser.rs templater: add list.map(|x| ...) operation 2023-03-18 12:04:00 +09:00
templater.rs templater: add trait that represents a mapped template 2023-03-18 12:04:00 +09:00
text_util.rs templater: move split_email() to text_util module 2023-03-13 11:45:17 +09:00
time_util.rs time_util: add functions to parse format spec and apply it later 2023-03-15 12:14:42 +09:00
ui.rs cli: move default ui.pager config to misc.toml 2023-03-30 21:16:28 -07:00