File: update-multiple-patches-ed515cd53964c203.yaml

package info (click to toggle)
git-pw 2.0.0-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 480 kB
  • sloc: python: 1,972; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 285 bytes parent folder | download
1
2
3
4
5
6
7
8
---
features:
  - |
    You can now list multiple patches for ``git pw patch update``. This allows
    you to do bulk updates, e.g. for a series of patches (because series states
    are not yet supported). For example::

        $ git pw patch update --state accepted 123 124 125 126