aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * tag --remove now returns bug.settings["extra_strings"] to EMPTY.W. Trevor King2009-06-254-72/+97
| * 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 becommands/tag.pyW. Trevor King2009-06-231-0/+118
| * Added Bug.extra_strings to support add-on functionality, e.g. `be tag`.W. Trevor King2009-06-235-12/+67
* | Merged from main branch. I like my version better ;).W. Trevor King2009-06-240-0/+0
|\ \
| * | Add documentation and testcase for "be target list".Chris Ball2009-06-241-0/+4
| * | Only print a target in "be target list" if it's a string.Gianluca Montecchi2009-06-241-1/+1
| * | Add "be target list", to show a list of existing targets.Chris Ball2009-06-241-0/+6
| * | Merge with W. Trevor King's tree.Chris Ball2009-06-2455-214/+816
| |\|
* | | `be target list` -> `be target --list` to standardize syntax.W. Trevor King2009-06-241-3/+13
* | | Add ability to list all current targets.Gianluca Montecchi2009-06-241-0/+7
| |/ |/|
* | Consolidated outstanding bugs.W. Trevor King2009-06-2222-69/+272
* | Added `be list --sort *` for user-selectable sorting.W. Trevor King2009-06-2230-126/+281
* | Use Comment.content_type in xml output.W. Trevor King2009-06-222-2/+8
* | Merged be-xml-to-mboxW. Trevor King2009-06-225-20/+258
|\ \ | |/ |/|
| * Created be-xml-to-mbox.W. Trevor King2009-06-221-0/+181
| * Only print RFC 2822 date in bug xml output.W. Trevor King2009-06-221-3/+1
| * Escape XML strings.W. Trevor King2009-06-223-17/+17
| * Adjusted catmutt for portability following Mortiz' suggestions.W. Trevor King2009-06-221-5/+5
| * 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
| * Converted xml/grepm to xml/catmutt.W. Trevor King2009-06-222-65/+59
| * Added grepm as a template for an output-mbox-to-mutt script.Moritz Barsnick (at dot)2009-06-221-0/+65
* | Replaced some doctest output with ellipses.W. Trevor King2009-06-212-24/+24
|/
* Added --xml option to becommands/list.pyW. Trevor King2009-06-211-6/+13
* Restored completion/be.bash.W. Trevor King2009-06-211-0/+39
* 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
* | Added comments-from-stdin, so we can add tracebacks, e.g. withW. Trevor King2009-06-194-33/+31
* | 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-195-19/+206
|\ \
| * | XML output for "be show"Thomas Habets2009-01-073-2/+75
| |/
* | Removed unused libbe/restconvert.py and fixed a typo in README.devW. Trevor King2009-06-192-131/+1
* | 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
| |/
| * Merge from W. Trevor King's tree.W. Trevor King2008-11-24129-2077/+4577
| |\
* | | libbe/encoding.pyW. Trevor King2009-06-191-2/+2
* | | Fixed spelling mistake in test_usage.shW. Trevor King2008-12-211-1/+1
* | | Fixed lack of user_id caching in bugdir.BugDirW. Trevor King2008-12-041-5/+9
* | | Closed search bugW. Trevor King2008-12-044-42/+19
* | | Merged in the successful per-tree-config branch.W. Trevor King2008-12-0442-325/+397
|\ \ \
| * | | Added per-tree default assignee option.W. Trevor King2008-12-048-48/+41