diff options
author | Jonathan Druart <jonathan.druart@gmail.com> | 2020-08-14 12:57:55 +0200 |
---|---|---|
committer | Jonathan Druart <jonathan.druart@gmail.com> | 2020-08-14 13:00:54 +0200 |
commit | e95658e7869abb04896740fff34b58d81f6b3c97 (patch) | |
tree | 38d79988dfc77484a11b367f286556c996790b07 /TODO | |
parent | eddf9fc0c2657a5e70e0572797dcae4a3d203cc6 (diff) | |
download | git-bz-e95658e7869abb04896740fff34b58d81f6b3c97.tar.gz |
Issue #6 - Ability to pass several bug numbers to apply
git bz apply 1 2 3 4
will now apply the patches from bug reports 1, 2, 3 and 4
There is a check to prevent patches from the same bug reports to be
applied.
Say you have 3 depends on 1
if you apply 1 2 3 you will have:
patches from 3
patches from 1 (if you follow the apply on cascade)
patches from 2
# patches from 1 will be skipped if applied on cascade previously
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions