# HG changeset patch # User Anton Shestakov # Date 1588491596 -28800 # Node ID 34c8aa32bc561323e7fa030440c4e6a31a2f6a45 # Parent 883df7f06f2efcd99faf893952275046b86d8022 changelog: summarize the last couple of features diff -r 883df7f06f2e -r 34c8aa32bc56 CHANGELOG --- a/CHANGELOG Wed Apr 29 21:57:59 2020 +0800 +++ b/CHANGELOG Sun May 03 15:39:56 2020 +0800 @@ -8,6 +8,8 @@ * evolve: add {obsorigin}, a template keyword that works similarly to {obsfate}, but shows predecessors of a changeset * evolve: fix permission of new cache files using sqlite + * obslog: make --all and --filternonlocal work properly with --no-graph + * obslog: add --origin flag to show predecessors instead of successors 9.3.1 -- 2020-04-08 -------------------