|
@@ -30,6 +30,7 @@ d = ['diff']
|
|
|
l = ['log', '-r', 'ancestors((trunk()..@):: | heads(mutable()), 2) | roots(immutable()..)- | 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)']
|
|
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']
|
|
ls = ['log', '-r', '..(@ | present(trunk()))', '-T', 'builtin_log_compact_full_description']
|
|
|
|
|
+s = ['show', '@-']
|
|
|
tug = ['bookmark', 'move', '--from', 'closest_bookmark(@)', '--to', 'closest_pushable(@)']
|
|
tug = ['bookmark', 'move', '--from', 'closest_bookmark(@)', '--to', 'closest_pushable(@)']
|
|
|
|
|
|
|
|
[revset-aliases]
|
|
[revset-aliases]
|
|
@@ -58,7 +59,7 @@ if(root,
|
|
|
separate(" ",
|
|
separate(" ",
|
|
|
if(empty, label("empty", "(empty)")),
|
|
if(empty, label("empty", "(empty)")),
|
|
|
if(description,
|
|
if(description,
|
|
|
- description.first_line() ++ if(description.first_line().len() < description.trim_end().len(),
|
|
|
|
|
|
|
+ description.first_line() ++ if(description.lines().len() > 1,
|
|
|
label("rest", "\n\t" ++ description.substr(description.first_line().len() + 2, -1).first_line())
|
|
label("rest", "\n\t" ++ description.substr(description.first_line().len() + 2, -1).first_line())
|
|
|
),
|
|
),
|
|
|
label(if(empty, "empty"), description_placeholder),
|
|
label(if(empty, "empty"), description_placeholder),
|