aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
Commit message (Expand)AuthorAgeFilesLines
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-1421-233/+231
* Fixed "be --dir --complete"W. Trevor King2009-07-131-0/+8
* Use CmdOptionParser in "be".W. Trevor King2009-07-131-9/+14
* Added "be comment --xml --ignore-missing-references ID COMMENT".W. Trevor King2009-07-122-4/+23
* Added timezone handling to libbe.utility.str_to_time.W. Trevor King2009-07-121-2/+20
* Minor fixes to get unittests working again.W. Trevor King2009-07-121-2/+1
* Added be-mbox-to-xml.W. Trevor King2009-07-122-7/+21
* Updating "be set --help" and "be status --help".W. Trevor King2009-07-112-4/+4
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-1114-14/+0
* "be comment --xml" now translates comment uuids to alt_ids.W. Trevor King2009-07-111-1/+1
* Adjustments to new versioned_property behavior.W. Trevor King2009-07-112-17/+38
* Fixed versioned_property(default=None, generator=None) defaults.W. Trevor King2009-07-111-10/+10
* Fixed minor doctest failure in cmdutil.pyW. Trevor King2009-07-111-1/+1
* seems to work ;)W. Trevor King2009-07-102-22/+72
* Simplified error handling in ./beW. Trevor King2009-07-101-6/+6
* Added ability to show individual comments with "be show".W. Trevor King2009-07-061-2/+12
* Updated darcs put command for darcs >= 2.2.0, following Chris' reportW. Trevor King2009-07-011-2/+1
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-0121-22/+51
* Added darcs support.W. Trevor King2009-06-304-9/+184
* Remove blank line from bug.xml() output when bug has no comments.W. Trevor King2009-06-301-2/+2
* Added ability to handle non text/* MIME types.W. Trevor King2009-06-267-19/+39
* Updated help strings, man page, and completionsW. Trevor King2009-06-251-1/+7
* Fixed libbe.rcs.RCS.installed to handle missing backend binary.wking2009-06-251-3/+3
* 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
| |/