]> git.ozlabs.org Git - patchwork/commit
pwclient: preserve ordering of patch ids
authorJeremy Kerr <jk@ozlabs.org>
Sun, 7 Sep 2014 12:05:18 +0000 (20:05 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Sun, 7 Sep 2014 12:05:18 +0000 (20:05 +0800)
commit3d0da317e4a458accc0efd7ade7dd332ca92fb96
treec56e1c604c12a0c4144f08c8f16f9bba314304f2
parent5eb03e3639ea2bc599e42372f0570df653faeeb2
pwclient: preserve ordering of patch ids

Currently, we use a frozenset to remove duplicates in the patch id
list. However, this means we lose the patch ordering, which is important
for a git-am.

This change drops the frozenset, so we preserve the ordering from the
arguments.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/bin/pwclient