summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2008-12-04Add TODO item - Automatically guess obvious obsoletesOwen W. Taylor
2008-12-04Add TODO itemsOwen W. Taylor
Allow omitting bug reference when obvious Default to -e/--edit when only one commit
2008-12-03Allow a separate description for git bz fileOwen W. Taylor
Only use the commit body as the bug description when filing a new bug if no other description is specified; if another description is entered, use the commit body as the description for the attachment.
2008-12-03Allow editing attachment comment and obsoletesOwen W. Taylor
Add a -e/--edit option to 'git-bz-attach' to bring up the description/comment in an editor. Existing patches are shown as commented out Obsoletes: lines that can be uncommented to to obsolete the old patches.
2008-11-22Allowing configuring a default product and componentOwen W. Taylor
Allowing specifying bz-tracker.<tracker>.default-product and bz-tracker.<tracker>.default-component. This is useful when done in the per-repository config. Add a "Per-repository configuration" section in the docs with examples.
2008-11-22Add TODO item: Reconsider initial description for 'git bz file'Owen W. Taylor
2008-11-19Add TODO item: Specifying a default product/componentOwen W. Taylor
2008-11-19Remove dependency on GitPythonOwen W. Taylor
Replace usage of random low-level parts of GitPython with a simple convenience functionality similar to that offered by git.cmd. For example: git.commit(file="-", amend=True, _input=input) Include special options _input/_quiet/_interactive to allow removing several cases where subprocess.Popen() was used directly and improve output on git command failure. Also, use commit.subject rather than commit.message to be consistent with standard Git terminology.
2008-11-18Don't include the URL in the attachment commentOwen W. Taylor
Strip out the URL we add with -u when using the body of the commit as the comment for an attachmnet; it's completely redundant to have an URL pointing back to the bug page itself.
2008-11-17Add TODO item: For attach -u don't include URL in the commentOwen W. Taylor
2008-11-17TODO additionsOwen W. Taylor
* Add item about dropping the usage of GitPython * Add a better suggestion for how to do Obsoletes
2008-11-16Add TODO item: Allow editing comment used for attachmentsOwen W. Taylor
2008-11-16Add add-url subcommand and -u/--add-url command line optionsOwen W. Taylor
git bz add-url: new subcommand to rewrite old commit messages to include a bug URL. git bz attach/file: -u/--add-url option rewrites commit messages as with 'add-url' before attaching patches to bugzilla. git bz apply: -u/--add-url option rewrites commit messages after applying patches to the current tree.
2008-11-16Add TODO item: more general patch applicationOwen W. Taylor
2008-11-16Initial importOwen W. Taylor