chiark / gitweb /
Fix the parse_patches() function to work with tuples
authorCatalin Marinas <catalin.marinas@gmail.com>
Thu, 5 Jun 2008 21:20:14 +0000 (22:20 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 5 Jun 2008 21:20:14 +0000 (22:20 +0100)
The series command passes a tuple to parse_patches instead of a patch list
(the new infrastructure) but there is no patch_list.index() function.
The patch transforms the tuple into a list.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>

No differences found