Mercurial > hg
diff tests/test-patch.t @ 11815:20a88cf7ee92
test-patch.t: typos
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Thu, 12 Aug 2010 09:40:48 +0100 |
parents | 8a1943685dfb |
children | d7452292f9d3 |
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.