·
73 commits
to main
since this release
Sapling
Important
This release contains security fixes. If you use sapling with untrusted repos, you should upgrade.
- Added experimental
-t | --mutationtoshowandlog.- Example:
sl show -tshows diff before/after an amend. - Example:
sl log -Gtpr "predecessors(.)"shows a chain of amends with an ASCII graph. - This is experimental and known incomplete (e.g. does not show diffs of commit message, and does not handle rebase)
- Example:
- Changed multiple
-mbehavior for commit message.- Example:
sl commit -m title -m bodynow uses"title\n\nbody"instead of"body"as the commit message. - Applies to all commands taking
-mas the commit message.
- Example:
ISL
See here.
Community Contributions
- @vegerot improved
scm-prompt.shzsh compatibility (#1325). - @Marukome0743 improved documentation about changing GitHub workflows (#1299).
- @vegerot updated the devcontainer image (#1323).
- @geraschenko improved renderdag for compact graph (#1293).
- @pfei-sa fixed ISL's "Goto" action hanging (#1353).