hgext/evolve.py
branchstable
changeset 867 6a67606e1c34
parent 858 2137f1c153d6
child 868 3ec90de03562
child 891 36c1c80e99a3
--- a/hgext/evolve.py	Tue Mar 04 11:14:24 2014 -0800
+++ b/hgext/evolve.py	Sun Mar 02 15:19:31 2014 +0100
@@ -1583,8 +1583,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.
     """