summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2008-11-17 07:45:11 -0500
committerOwen W. Taylor <otaylor@fishsoup.net>2008-11-17 07:45:11 -0500
commitc859173a94bb157d804db479cee623f29eecdd78 (patch)
treee2d6d6cde6657b86a57ee937455876bb1ed029f6 /TODO
parent7e61ef161bc7bee521d7780da4c2f4fc78481cba (diff)
downloadgit-bz-c859173a94bb157d804db479cee623f29eecdd78.tar.gz
TODO additions
* Add item about dropping the usage of GitPython * Add a better suggestion for how to do Obsoletes
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 14 insertions, 5 deletions
diff --git a/TODO b/TODO
index b334dcb..0a529a8 100644
--- a/TODO
+++ b/TODO
@@ -12,11 +12,20 @@ Allow editing comment used for attachments
able to edit the comment to say what has changed. 'attach' should
support -e/--edit to do this.
- Also, you should be able to specify obsoletes - I think it would
- be interactive - if you passed -o/--obsolete it would display
- a numbered list of patches and you'd enter the number of the
- patch (or space separated list of numbers) of the patches to
- obsolete.
+ In the edit buffer would be commented out lines:
+
+ # Obsoletes: 23212 - Frobinificate faster
+
+ That you could uncomment to obsolete old patches.
+
+Get rid of GitPython usage
+
+ We're using GitPython only at the very lowest level; it would be
+ 30-40 lines of code to replace it entirely which would make git-bz
+ much easier to install for people. And would also allow some
+ improvements (display command output on error, for example) and
+ allow removing some cases where we drop out to subprocess to get
+ around limitations in the GitPython cmd module.
Use XML-RPC when available.