hgext/evolve.py
changeset 868 3ec90de03562
parent 865 5c40b2a4b52f
parent 867 6a67606e1c34
child 869 e9eeef0d07ec
--- a/hgext/evolve.py	Wed Mar 05 15:21:21 2014 -0800
+++ b/hgext/evolve.py	Wed Mar 05 19:08:58 2014 -0800
@@ -1798,8 +1798,8 @@
     without selected changes is created, becomes the new parent and
     obsoletes the previous one.
 
-    The --include option specify pattern to uncommit
-    The --exclude option specify pattern to keep in the commit
+    The --include option specifies patterns to uncommit.
+    The --exclude option specifies patterns to keep in the commit.
 
     Return 0 if changed files are uncommitted.
     """