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

Raman Gupta rocketraman at fastmail.fm
Wed May 10 05:28:08 PDT 2006


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

> Giovanni Bajo

Cheers,
Raman




More information about the Svnmerge mailing list