Patch |
r858300 |
r858300 | dlr | 2006-01-25 18:34:43 +0000 (Wed, 25 Jan 2006) Fix 'svnmerge.py block'. * contrib/client-side/svnmerge.py (set_blocked_revs): Only call format_merge_props() once, as a second call was not only inefficient, but passed the wrong argument type (a string), instead of the proper argument type (a hash). Patch by: Kevin P. Fleming <kpfleming@digium.com>