aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-2514-159/+363
* | Oops, should be passing libbe.tree.Tree.sort() args to children. Fixed.W. Trevor King2008-11-251-1/+4
* | Added becommands/merge to join duplicate bugs.W. Trevor King2008-11-242-17/+39
* | Adjusted becommands/set to handle user_id properly.W. Trevor King2008-11-241-7/+10
|/
* Fixed broken doctest and inconsitent indentation from not wrapping comments.W. Trevor King2008-11-241-2/+4
* Removed auto-wrapping from comment.Comment.string().W. Trevor King2008-11-241-2/+4
* Added Bug.comments(), BugDir.has_bug() & cleaned up diff.diff().W. Trevor King2008-11-244-23/+33