summaryrefslogtreecommitdiff
path: root/gbp/patch_series.py
AgeCommit message (Collapse)Author
2015-02-20Don't use dict.has_key()Guido Günther
Not existent in Python3
2015-02-18patchseries: strip numbering when guessing subject from filenameMarkus Lehtonen
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2013-08-28Use open() instead of file()Guido Günther
since the later doesn't exist in python3
2013-04-27Discard git mailinfo's error messageGuido Günther
since we don't expect it to succeed.
2012-07-02Make exception syntax consistentGuido Günther
2011-12-26Rename gbp.pq to gbp.patch_seriesGuido Günther
since that's what it currently handles.