# HG changeset patch # User Anton Shestakov # Date 1614597753 -28800 # Node ID 0a364a0aba27720711f1fde444715ac62dfe314b # Parent bf304307300481118214dbd7046d03e244e7984e evolve: update a couple of comments in the recently created revset.py diff -r bf3043073004 -r 0a364a0aba27 hgext3rd/evolve/revset.py --- a/hgext3rd/evolve/revset.py Mon Mar 01 19:21:54 2021 +0800 +++ b/hgext3rd/evolve/revset.py Mon Mar 01 19:22:33 2021 +0800 @@ -127,10 +127,10 @@ return cs ##################################################################### -### Extending revset and template ### +### Extending revsets ### ##################################################################### -# this section add several useful revset symbol not yet in core. +# this section adds several useful revset predicates not yet in core. # they are subject to changes ### XXX I'm not sure this revset is useful