Browse Source

jj: switch to jjui's log revset

raylu 3 tháng trước cách đây
mục cha
commit
2e8d8185f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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', '(trunk()..@):: | ancestors(trunk()..@, 4) | bookmarks()', '-T', 'log_medium']
+l = ['log', '-r', 'present(@) | ancestors(immutable_heads().., 2) | present(trunk())', '-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(@)']