Re: [PATCH] Apply one hunk with offset in patch test for fuzz

2010-02-02 Thread Daniel Näslund
On Tue, Feb 02, 2010 at 06:43:56PM +0100, Stefan Sperling wrote: > On Tue, Feb 02, 2010 at 06:38:19PM +0100, Daniel Näslund wrote: > > Hi! > > > > [[[ > > > > * subversion/tests/cmdline/patch_tests.py > > (patch_with_fuzz): Add a test for applying a hunk with offset and fuzz > > to this tes

Re: [PATCH] Apply one hunk with offset in patch test for fuzz

2010-02-02 Thread Stefan Sperling
On Tue, Feb 02, 2010 at 06:38:19PM +0100, Daniel Näslund wrote: > Hi! > > [[[ > > * subversion/tests/cmdline/patch_tests.py > (patch_with_fuzz): Add a test for applying a hunk with offset and fuzz > to this testcase. > > Patch by: Daniel Näslund > ]]] > @@ -1142,6 +1144,7 @@ > >exp

[PATCH] Apply one hunk with offset in patch test for fuzz

2010-02-02 Thread Daniel Näslund
Hi! [[[ * subversion/tests/cmdline/patch_tests.py (patch_with_fuzz): Add a test for applying a hunk with offset and fuzz to this testcase. Patch by: Daniel Näslund ]]] Index: subversion/tests/cmdline/patch_tests.py === --- su