Code review comment for pdbq:pkg-bug-create-with-multi-packages

Revision history for this message
Bryce Harrington (bryce) wrote :

Thanks Athos, yeah that commit was a bit catch-all of various things at the time I didn't feel worth splitting out more fine-grained, but in the future I'll try to be more attentive to that.

I've rebased this branch on main, resolved a few conflicts, and force pushed.

stirling: ~/src/Pdbq/pdbq-pkg-bug$ git merge --ff-only pkg-bug-create-with-multi-packages
Updating 366d814..94398d8
Fast-forward
 pdbq/bug.py | 8 ++--
 scripts/pkg-bug | 224 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------
 scripts/pkg-updates | 3 +-
 3 files changed, 151 insertions(+), 84 deletions(-)
stirling: ~/src/Pdbq/pdbq-pkg-bug$ git push --force
Enumerating objects: 37, done.
Counting objects: 100% (37/37), done.
Delta compression using up to 12 threads
Compressing objects: 100% (31/31), done.
Writing objects: 100% (31/31), 4.89 KiB | 2.44 MiB/s, done.
Total 31 (delta 24), reused 0 (delta 0), pack-reused 0
To git+ssh://git.launchpad.net/pdbq
 + b45f241...94398d8 main -> main (forced update)

« Back to merge proposal