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:
parent
38be0963c4
commit
29618280a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue