jj/cli
Yuya Nishihara e3b6599424 templater: rename PlainText pseudo type to Stringify
Since the goal of this pseudo type is to get a String value, it can be called a
ToString or Stringify. I chose the latter because Stringify sounds similar to
Serialize (verb), and I don't want to rename the internal functions to
.try_into_to_string().

https://github.com/jj-vcs/jj/pull/6840#discussion_r2173076763
2025-07-01 00:30:22 +00:00
..
examples templater: inline expect_<construct>_with() parsing helpers 2025-06-30 13:54:57 +00:00
src templater: rename PlainText pseudo type to Stringify 2025-07-01 00:30:22 +00:00
testing diff: Run external diff tools in their temp dir 2025-05-12 21:34:19 +00:00
tests revset: add change_id/commit_id(prefix) predicates 2025-06-30 14:38:50 +00:00
build.rs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
Cargo.toml merge-tools builtin: add property-based testing 2025-06-18 20:45:56 +00:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00