Compare commits

..

1 commit

Author SHA1 Message Date
d183845c63 expand jj immutable revisions (closes #2) 2025-04-06 17:11:15 -04:00
3 changed files with 6 additions and 3 deletions

View file

@ -2,5 +2,9 @@
.zshprivate
{{- end }}
{{- if eq .hosttype "personal" }}
.apprc
.s2a_login
.work_packages
.work_paths
.zshklaviyo
{{- end }}

View file

@ -69,7 +69,7 @@ check_paths=(
# uv
$HOME/.local/bin
{{ join .chezmoi.sourceDir "encrypted_work_paths.age" | include | decrypt -}}
{{ join .chezmoi.sourceDir "encrypted_dot_work_paths.age" | include | decrypt -}}
)
for fp in $check_paths; do

View file

@ -7,8 +7,7 @@ push-bookmark-prefix = "{{ .github_personal }}_jj_"
private-commits = "description(glob:'private:*') | bookmarks('merge')"
[revset-aliases]
"stack()" = "trunk()..@"
"immutable_heads()" = "builtin_immutable_heads() | (trunk().. & ~mine())"
'stack()' = 'main..@'
[ui]
default-command = ["log"]