Skip to content

0.2.20260811-150444+8fb02b32

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 22:19
· 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 | --mutation to show and log.
    • Example: sl show -t shows 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)
  • Changed multiple -m behavior for commit message.
    • Example: sl commit -m title -m body now uses "title\n\nbody" instead of "body" as the commit message.
    • Applies to all commands taking -m as the commit message.

ISL

See here.

Community Contributions