feat(sapling): move to using the default log template

Previously we have move the templates in to the sapling config. Now we
can use that everywhere by default so everything looks the same.
This commit is contained in:
Ade Attwood 2024-04-10 19:21:49 +01:00
parent 38be0963c4
commit 29618280a1

View file

@ -5,7 +5,7 @@ alias sl="\\sl log --pager never --remote -r '.::top() or last(::., 40)'"
alias sc="\\sl commit -iv" alias sc="\\sl commit -iv"
alias sd="\\sl diff" alias sd="\\sl diff"
alias ss="\\sl status" alias ss="\\sl status"
alias sco="\\sl log -r 'heads(draft())' -T'{node} {truncatelonglines(desc|firstline, 80)} <{author|person}>\n' | fzf | cut -d' ' -f1 | xargs \\sl goto" alias sco="\\sl log -r 'heads(draft())' | fzf --ansi | cut -d' ' -f3 | xargs \\sl goto"
function sl-convert() { function sl-convert() {