Mercurial > hg
changeset 11815:20a88cf7ee92
test-patch.t: typos
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Thu, 12 Aug 2010 09:40:48 +0100 |
parents | 61b0a01182d5 |
children | e1359ad582f6 |
files | tests/test-patch.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.