diff hgext/evolve.py @ 868:3ec90de03562

merge stable
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 05 Mar 2014 19:08:58 -0800
parents 5c40b2a4b52f 6a67606e1c34
children e9eeef0d07ec
line wrap: on
line diff
--- 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.
     """