aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2019-10-11 23:36:40 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2019-10-11 23:37:38 +0200
commit3e610859cfe0dc5ae1a640db2c4333c8f01d4d65 (patch)
tree0be2ec4a14aed778239756d51ea7e4d04b8da926
parentfab270a935300dab8e007e9bedbd4ca0b2b099e1 (diff)
downloadpw-3e610859cfe0dc5ae1a640db2c4333c8f01d4d65.tar.gz
pw: add todo doc with future improvements to the pw-* scripts
Lets keep track of them here. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..7de9259
--- /dev/null
+++ b/TODO
@@ -0,0 +1,10 @@
+- Automatically send an acceptance notification for `pw-apply -s <series-id> -a`
+ based on the message id of either the cover letter or the first patch if former
+ is not present. Needs to be extracted from patchwork API potentially though it
+ is not possible right now to fetch message id from cover letter.
+
+ - https://github.com/getpatchwork/git-pw/issues/50
+ - https://github.com/getpatchwork/git-pw/issues/51
+
+- Fix pw-apply to roll-back everything and go back to master branch if an error
+ occured during getting the series or mbox merged and checked.