diff --git a/modules/common/jujutsu.nix b/modules/common/jujutsu.nix index dbc973d..6c9bfd9 100644 --- a/modules/common/jujutsu.nix +++ b/modules/common/jujutsu.nix @@ -90,8 +90,11 @@ in { ) ''; + templates.git_push_bookmark = /* python */ '' + "change-rgbcube-" ++ change_id.short() + ''; + git.auto-local-bookmark = true; - git.push-bookmark-prefix = "change-rgbcube-"; git.fetch = [ "origin" "upstream" "rad" ]; git.push = "origin";