# HG changeset patch # User Christian Ebert # Date 1281602448 -3600 # Node ID 20a88cf7ee92ce82f3c421f5e4460cf7f2a4fb84 # Parent 61b0a01182d5a24e81ad12e2bf5f3d92f003f4d2 test-patch.t: typos diff -r 61b0a01182d5 -r 20a88cf7ee92 tests/test-patch.t --- a/tests/test-patch.t Thu Aug 12 23:46:56 2010 +0900 +++ b/tests/test-patch.t Thu Aug 12 09:40:48 2010 +0100 @@ -17,8 +17,8 @@ $ hg commit -Amb -d '2 0' $ cd .. -This test check that: - - custom patch commands with arguments actually works +This test checks that: + - custom patch commands with arguments actually work - patch code does not try to add weird arguments like --binary when custom patch commands are used. For instance --binary is added by default under win32.