Changes
1 changed files (+7/-1)
-
-
@@ -38,7 +38,7 @@}; revsets = { log = "all()"; log = "@ | trunk() | ancestors(trunk()..mine())"; }; git = {
-
@@ -46,6 +46,12 @@}; aliases = { all = [ "log" "-r" "all()" ]; # JJ by default sets incorrect author date (when "a work started" instead of "authored",) # because how it works internally (updating a git commit.) This command is to workaround # that design flaw by manually mark author date, like "git commit".
-