[issue2933] ValueError when returning from method workingbackend.close into function patchbackend

JohanSamyn bugs at mercurial.selenic.com
Sun Jul 31 15:04:52 CDT 2011


New submission from JohanSamyn <johan.samyn at gmail.com>:

Hi,
I'm trying to make the tasks extension working for Hg 1.9.
But I get an error from mercurial/patch.py :

{{{
ValueError: dictionary update sequence element #0 has length 1; 2 is required
}}}

This is caused by method workingbackend.close returning a set with only a
list containing the (one) filename the patch is about, into a dictionary in
function patchbackend on line 1409.

Would be nice if someone could look into this one.
Johan

----------
messages: 17019
nosy: JohanSamyn
priority: bug
status: unread
title: ValueError when returning from method workingbackend.close into function patchbackend

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2933>
____________________________________________________


More information about the Mercurial-devel mailing list