aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/pq.py
Commit message (Expand)AuthorAge
* Fix typoChris Lamb2018-12-29
* Fix flake8's W605 (invalid escape sequence)Guido Günther2018-10-15
* pq: import pq branch on switchGuido Günther2017-10-20
* pq: recommend 'rebase' and 'switch' when pq branch already existsGuido Günther2017-10-19
* pq: import patches before rebaseGuido Günther2017-10-19
* pq: don't care which branch get's passed to find_upstream_commitGuido Günther2017-10-19
* pq: Move import to separate functionGuido Günther2017-10-18
* pq: Be clearer what '--commit' didGuido Günther2017-09-08
* pq: make --abbrev= configurableChris Lamb2017-08-22
* pq: use more gittish commit message in --commitGuido Günther2017-08-19
* pq: don't create empty pq branch on rebase and switchGuido Günther2017-08-05
* pq: unbreak --commit when patch series becomes emptyGuido Günther2017-03-14
* pq: Filter out comments from series diffGuido Günther2017-01-29
* tests/component/rpm: flake8 cleanGuido Günther2017-01-03
* GitVfs: make objects usable as context managersGuido Günther2017-01-02
* pq: Don't fail --commit on empty commitsGuido Günther2016-12-23
* Fix new flake8 errorsGuido Günther2016-11-15
* pq: introduce pq_on_upstream_tagGuido Günther2016-09-28
* pq: remove redundancies in --pq-from code pathsGuido Günther2016-09-28
* pq: restrict choices of pq-from to 'DEBIAN' and 'TAG'Guido Günther2016-09-27
* Unbreak patch delta outputGuido Günther2016-09-16
* pep8/pyflakes cleanupsGuido Günther2016-09-12
* pq: Ensure we are working in the right git directoryMaximiliano Curia2016-09-07
* pq: Handle unmerged debian branches (export)Maximiliano Curia2016-09-07
* pq: Handle unmerged debian branches (rebase)Maximiliano Curia2016-09-07
* pq: Handle unmerged debian branches (import)Maximiliano Curia2016-09-07
* Give more instructions when config is unparseableGuido Günther2016-07-04
* buildpackage: Handle Ctrl-C more gracefullyGuido Günther2016-07-04
* pq: Report number of imported patchesGuido Günther2016-06-03
* Add meta-closes-bugnum to gbp-pq as wellGuido Günther2015-09-05
* Allow exported patches to be renumbered and the patch number prefix format to...Carlos Maddela2015-07-10
* Fix FSF address - thanks rpmlintEvgeni Golov2015-06-22
* pq: Allow to preserve the patch name on import/exportGuido Günther2015-06-02
* Use python3 compatible exception syntaxGuido Günther2015-06-02
* Extract exception message in a less arcane wayGuido Günther2015-03-27
* Handle ConfigParser -> configparser renameGuido Günther2015-02-20
* parse_gbp_commands: support command filteringGuido Günther2015-02-08
* pq: deprecate the usage of 'gbp-pq-topic:'Markus Lehtonen2015-02-08
* Revert "pq: deprecate the usage of 'gbp-pq-topic:'"Guido Günther2015-01-29
* pq: deprecate the usage of 'gbp-pq-topic:'Markus Lehtonen2015-01-25
* pq: move switch_pq() to commonMarkus Lehtonen2014-12-05
* Improve change reporting a bitGuido Günther2014-10-17
* pq: Don't fail commit if the series file is empty on the source branchGuido Günther2014-10-14
* pq: Add "pq export --commit" optionGuido Günther2014-10-12
* Allow to always drop pq branch after exportGuido Günther2014-09-12
* Unify doc strings a bitGuido Günther2014-08-23
* pq: Try harder to cleanup after a failed patchGuido Günther2014-05-19
* pq: Print proper error message if we fail to apply the treeGuido Günther2014-05-19
* config: add decorator to add_option_* functionsGuido Günther2014-04-03
* Use a much simpler version to fix the command name in --helpGuido Günther2014-03-29