# HG changeset patch # User André Sintzoff # Date 1393769971 -3600 # Node ID 6a67606e1c3456c603707fe57e8404af5e33a1bd # Parent f3263e022ba806eedee9b3ce8df421fd7823b429 evolve: fix typos in uncommit docstring diff -r f3263e022ba8 -r 6a67606e1c34 hgext/evolve.py --- 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. """ diff -r f3263e022ba8 -r 6a67606e1c34 tests/test-tutorial.t --- a/tests/test-tutorial.t Tue Mar 04 11:14:24 2014 -0800 +++ b/tests/test-tutorial.t Sun Mar 02 15:19:31 2014 +0100 @@ -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.