|
|
@@ -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(@)']
|