[PATCH] test-mq: don't depend on patch(1) output
Maxim Dounin
mdounin at mdounin.ru
Wed May 7 17:17:25 UTC 2008
Hello!
On Wed, May 07, 2008 at 10:39:38AM -0500, Matt Mackall wrote:
>
>On Wed, 2008-05-07 at 15:19 +0400, Maxim Dounin wrote:
>> Hello!
>>
>> This fixes tests under FreeBSD at least.
>>
>> # HG changeset patch
>> # User Maxim Dounin <mdounin at mdounin.ru>
>> # Date 1210158631 -14400
>> # Node ID a4207b8a77195a34f80696a1b02f160cd191b208
>> # Parent 55fc98ae0bdaae56b2f4a7e53827af28042a6c57
>> test-mq: don't depend on patch(1) output
>
>Puzzled - doesn't mq use our internal mpatch now?
It uses patch.py. Patch.py in his turn fallback to external one
if internal patch fails. Since patch expected to fail here - we
got internal failure, and then patch(1) called and failed too.
Maxim Dounin
More information about the Mercurial-devel
mailing list