Compare commits

..

1 commit

Author SHA1 Message Date
49866e4206 WIP: expand jj immutable revisions (closes #4) 2025-04-06 16:25:54 -04:00
3 changed files with 3 additions and 6 deletions

View file

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

View file

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

View file

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