[Svnmerge] [PATCH] uninit merge tracking (version 3)

Giovanni Bajo rasky at develer.com
Wed May 10 05:30:15 PDT 2006


Raman Gupta wrote:

> Giovanni Bajo wrote:
>> Raman Gupta <rocketraman at fastmail.fm> wrote:
>> 
>>>> +
>>>> +    branch_props.pop(opts["head-path"])
>> 
>> With "del" here instead of pop, you get a +1 from me.
> 
> Hmm, del doesn't seem to work:
> 
> $ ./svnmerge_test.py
> Traceback (most recent call last):
>   File "./svnmerge_test.py", line 25, in ?
>     import svnmerge
>   File "/home/raman/svn-client-side/svnmerge.py", line 1205
>     branch_props.del(opts["head-path"])
>                    ^
> SyntaxError: invalid syntax

del branch_props[opts["head_path"]]
-- 
Giovanni Bajo



More information about the Svnmerge mailing list