[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-patch] RFE: --batch-skip
From: |
Bruce Korb |
Subject: |
Re: [bug-patch] RFE: --batch-skip |
Date: |
Sat, 07 Sep 2013 02:03:59 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 |
On 09/06/13 16:24, Andreas Grünbacher wrote:
Maybe add an option: --assume={yes,no}
So that would probably be --batch but while skipping patches which appear
to be applied already.
That could be implemented, but I would not recommend using such a feature.
For my particular application, I am wanting a three outcome decision:
1. apply the patch completely
2. the patch is a complete reverse, so ignore it
3. apply the forward parts of the patch, put the rest into .rej files
and then stop and intervene manually.
I'll try parsing the --dry-run output and see if that gets me where
I want to go, but I still don't see a way to specify "forward only"
in batch mode. Yes, "--batch=forward", "--batch=reverse" and
"--batch=abort" would be nice, but I was trying to do and suggest
something fairly simple.
Thank you for your help and suggestions!