Browse Source

jj: show fewer changes on other branches

raylu 3 weeks ago
parent
commit
6b6834d4b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/jj/config.toml

+ 1 - 1
config/jj/config.toml

@@ -25,7 +25,7 @@ conflict-marker-style = 'git'
 
 [aliases]
 d = ['diff']
-l = ['log', '-r', 'ancestors((trunk()..@)::, 2) | ancestors(builtin_immutable_heads().., 2) | bookmarks()', '-T', 'log_medium']
+l = ['log', '-r', 'ancestors((trunk()..@):: | heads(mutable()), 2) | roots(immutable()..)- | bookmarks()', '-T', 'log_medium']
 ll = ['log', '-r', 'ancestors(present(@) | present(trunk()) | bookmarks() | tracked_remote_bookmarks() | visible_heads(), 2)']
 ls = ['log', '-r', '..(@ | present(trunk()))', '-T', 'builtin_log_compact_full_description']
 tug = ['bookmark', 'move', '--from', 'closest_bookmark(@)', '--to', 'closest_pushable(@)']