Commit graph

5 commits

Author SHA1 Message Date
Sami Samhuri
e92a2eeb92 Make jj tips only show mutable and non-empty changes 2026-06-18 15:34:05 -07:00
a41717ab98 Use jj b advance instead of a tug alias
Drop the tug alias plus its closest_bookmark and tug_target revsets in favour
of the built-in jj b advance. The bookmark-advance-from default already matches
the old closest_bookmark, and setting revsets.bookmark-advance-to keeps the
empty-scratchpad behaviour (land on @, or @- when @ is empty).
2026-06-18 09:03:48 -07:00
Sami Samhuri
c9698b86b3 Add behind_trunk revset and stale alias, scope bks to mine() 2026-06-15 17:49:29 -07:00
f094a00623 Make tug skip empty @ and target @- instead
When @ is a fresh empty scratchpad, tug now moves the closest bookmark to
@- so it lands on the actual work instead of the empty change. Driven by a
new tug_target() revset.
2026-05-31 14:52:03 -07:00
009a2df1b4 Add tracked jj config with aliases, revsets, and per-machine override support 2026-05-29 18:57:21 -07:00