[SVNMERGE][PATCH] svnmerge rollback
Mattias Brändström
thebrasse at brasse.org
Wed May 17 23:27:44 PDT 2006
Madan U Sreenivasan wrote:
> On Thu, 18 May 2006 00:08:49 +0530, David James <djames at collab.net> wrote:
>
>> On 5/16/06, Madan U Sreenivasan <madan at collab.net> wrote:
>>
>>> Implement `svnmerge rollback'.
>>> The `rollback' sub-command can be used to rollback previously integrated
>>> revisions.
>>
>>
>> Hi Madan,
>>
>> This patch looks good except for one small problem in the test suite:
>> self.launch("touch newfile")
>>
>> 'touch' isn't available on Windows. So we should do this instead:
>> open("newfile","w").close()
>
>
> yeah. You are right. Will change this. Thank you for pointing out.
>
> Any other comments, Giovanni, Raman, Mattias?
>
I have taken a quick look at the patch and I think it looks good. It is
well commented and easy to follow, the new functionality will be useful.
I think its a good idea to commit.
:.:: mattias
More information about the Svnmerge
mailing list