# HG changeset patch # User Pierre-Yves David # Date 1394075338 28800 # Node ID 3ec90de035628430aa782f27d9f59c262e3f4610 # Parent c6dc5822e6403687a5564c2d8fafd5078df37402# Parent 6a67606e1c3456c603707fe57e8404af5e33a1bd merge stable diff -r c6dc5822e640 -r 3ec90de03562 hgext/evolve.py --- 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. """ diff -r c6dc5822e640 -r 3ec90de03562 tests/test-tutorial.t --- a/tests/test-tutorial.t Wed Mar 05 15:21:21 2014 -0800 +++ b/tests/test-tutorial.t Wed Mar 05 19:08:58 2014 -0800 @@ -448,8 +448,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.