changeset 867:6a67606e1c34 stable

evolve: fix typos in uncommit docstring
author André Sintzoff <andre.sintzoff@gmail.com>
date Sun, 02 Mar 2014 15:19:31 +0100
parents f3263e022ba8
children 3ec90de03562 36c1c80e99a3
files hgext/evolve.py tests/test-tutorial.t
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/evolve.py
+++ b/hgext/evolve.py
@@ -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.
     """
--- a/tests/test-tutorial.t
+++ b/tests/test-tutorial.t
@@ -440,8 +440,8 @@
       changed in the working directory. A new revision 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.