diff options
| author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-11-18 14:13:04 +0100 |
|---|---|---|
| committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-11-18 14:13:04 +0100 |
| commit | 80ec14e7a22930a259607e4c8740b09303074d65 (patch) | |
| tree | 0c97e43a14fcc00e6fbf95b6c34398bbfeb5f673 /jj.nix | |
| parent | bec6421e62d732aa1f17c2fcc968d5b6731e26a2 (diff) | |
| download | home-manager-80ec14e7a22930a259607e4c8740b09303074d65.tar.gz home-manager-80ec14e7a22930a259607e4c8740b09303074d65.tar.bz2 home-manager-80ec14e7a22930a259607e4c8740b09303074d65.zip | |
Diffstat (limited to 'jj.nix')
| -rw-r--r-- | jj.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,6 +15,9 @@ in { diff-formatter = ":git"; pager = ":builtin"; }; + revesets-aliases = { + "immutable_heads()" = "trunk()"; + }; aliases = { wk = ["log" "-r" "trunk()::@ | @::"]; gp = ["git" "push" "--allow-new"]; @@ -25,6 +28,8 @@ in { track = ["util" "exec" "--" "bash" "-c" "jj bookmark set $(jj log -r @ -T 'self.change_id()' --no-graph)"]; tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@-"]; nm = ["new" "-r" "trunk()"]; + up = ["edit" "@+"]; + down = ["edit" "@-"]; }; templates = { log = "builtin_log_compact"; |
