chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
383f945
)
Fix the parse_patches() function to work with tuples
author
Catalin Marinas
<catalin.marinas@gmail.com>
Thu, 5 Jun 2008 21:20:14 +0000
(22:20 +0100)
committer
Catalin 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