changeset 5810:0a364a0aba27

evolve: update a couple of comments in the recently created revset.py
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 01 Mar 2021 19:22:33 +0800
parents bf3043073004
children 4688b7eb7e40
files hgext3rd/evolve/revset.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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