Raman Gupta wrote: > Giovanni Bajo wrote: >> Raman Gupta <[EMAIL PROTECTED]> 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 _______________________________________________ Svnmerge mailing list [email protected] http://www.orcaware.com/mailman/listinfo/svnmerge
