jj log revset

This commit is contained in:
iofq 2025-06-10 21:40:40 -05:00
parent 5d7ab7c414
commit bf9b9eaafa
No known key found for this signature in database
GPG key ID: ECF3B2DA38BF7183
9 changed files with 2585 additions and 8 deletions

View file

@ -77,6 +77,9 @@
snapshot = {
max-new-file-size = "10MiB";
};
revsets = {
log = "ancestors(reachable(@,trunk()..),2) | trunk()";
};
aliases = {
tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@"];
};