forked from mirrors/jj
986649623d
The next commit will introduce a newtype for -m/--message argument which can be converted Into<String>. Since CommitBuilder is a thin wrapper, code bloat caused by generic parameters wouldn't matter. I have another set of commits that makes all builder methods accept Into/IntoIterator, which will remove some of .clone() calls from tests. |
||
---|---|---|
.. | ||
main.rs |