aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
Commit message (Expand)AuthorAgeFilesLines
* Added extra_strings functionality to libbe.bug.xml and be-xml-to-mbox.W. Trevor King2009-06-251-1/+2
* Fixed settings=None bug when bug values file is blank/missing.W. Trevor King2009-06-251-1/+1
* tag --remove now returns bug.settings["extra_strings"] to EMPTY.W. Trevor King2009-06-253-68/+89
* Use generator instead of default for libbe.bug.Bug.extra_strings.W. Trevor King2009-06-231-1/+3
* Added test case for mutables to libbe/settings_object.W. Trevor King2009-06-231-4/+59
* Cleaned up libbe.propertied.change_hook_property for mutables.W. Trevor King2009-06-231-15/+97
* Added Bug.extra_strings to support add-on functionality, e.g. `be tag`.W. Trevor King2009-06-235-12/+67
* Added `be list --sort *` for user-selectable sorting.W. Trevor King2009-06-222-23/+34
* Use Comment.content_type in xml output.W. Trevor King2009-06-221-0/+2
* Only print RFC 2822 date in bug xml output.W. Trevor King2009-06-221-3/+1
* Escape XML strings.W. Trevor King2009-06-222-11/+14
* Fixed libbe.settings_object.EMPTY output in bug/comment XML.W. Trevor King2009-06-222-2/+2
* Adjusted comment XML fields for consistency.W. Trevor King2009-06-221-4/+4
* Touch missing userwide config file before read if it's missing.W. Trevor King2009-06-211-0/+2
* Merge from Ben Finney's RCS unittest patchW. Trevor King2009-06-215-100/+291
|\
| * Conform new docstrings to PEP 257.John Doe2009-06-211-63/+21
| * Follow existing docstring whitespace convention.John Doe2009-06-151-21/+63
| * Distinguish tests for VCS which can't handle an uninitialised identity.John Doe2009-06-141-1/+9
| * Refactor mega-testcases into separate true-or-false testcases.John Doe2009-06-141-78/+229
| * Make RCS testcase subclasses dynamically.John Doe2009-06-145-23/+54
* | Allow defaults for config.get_val() in case of missing user-config file.W. Trevor King2009-06-192-14/+17
* | Merged James Rowe's arch-shouldn't-create-userwide-config-file patch.James Rowe2009-06-191-1/+1
* | Merged Thomas Habets 2009-01-07 XML output for "be show".W. Trevor King2009-06-194-15/+184
|\ \
| * | XML output for "be show"Thomas Habets2009-01-072-0/+68
| |/
* | Removed unused libbe/restconvert.py and fixed a typo in README.devW. Trevor King2009-06-191-130/+0
* | Merge from main branch.W. Trevor King2009-06-191-1/+1
|\ \
| * | Use a more general regex to test GIT commits; GIT's output has changed.Chris Ball2009-06-131-1/+1
| |/
* | libbe/encoding.pyW. Trevor King2009-06-191-2/+2
* | Fixed lack of user_id caching in bugdir.BugDirW. Trevor King2008-12-041-5/+9
* | Added per-tree default assignee option.W. Trevor King2008-12-041-1/+6
* | Closed a few old bugs that seem outdated/dealt with.W. Trevor King2008-12-041-1/+1
* | Fixed missing directory error when merging comments onto a bare bug.W. Trevor King2008-12-041-0/+2
* | becommands/severity and status now handle --complete appropriately.W. Trevor King2008-12-041-0/+2
* | Per-tree status levels working.W. Trevor King2008-12-043-19/+57
* | bug severity verification now works with per-tree severities.W. Trevor King2008-12-042-6/+8
* | Per-tree settings now passed into bug module.W. Trevor King2008-12-042-7/+27
* | Added per-tree configurable severities.W. Trevor King2008-12-043-27/+38
* | Added support for bug reporter field.W. Trevor King2008-12-021-0/+1
* | Fixed comparison bug in Bug._get_time.W. Trevor King2008-12-021-3/+8
* | Converted Comment to the settings_object system.W. Trevor King2008-12-021-56/+28
* | Bug moved to the settings_object system.W. Trevor King2008-12-021-56/+31
* | Added decorator-style properties to bugdir. Created settings_object module.W. Trevor King2008-12-025-157/+467
* | Added decorator-style properties to libbe/comment.py.W. Trevor King2008-12-013-77/+209
* | Added libbe/properties to make property management easier.W. Trevor King2008-11-282-105/+586
* | Added becommands/comment completion.W. Trevor King2008-11-273-4/+12
* | Added bugid_args option to cmdutil.default_complete.W. Trevor King2008-11-271-3/+23
* | Command completion simplified and working for list, dummies for other cmds.W. Trevor King2008-11-271-2/+22
* | Merged --commands and --options into --complete. Simpler that way.W. Trevor King2008-11-271-12/+8
* | Basic bash completion is now supported.W. Trevor King2008-11-271-3/+26
* | Added -a/n/m/r to becommands/diff.py.W. Trevor King2008-11-251-2/+2