aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Created the indexGianluca Montecchi2009-07-192-75/+72
* Changed the index layoutgianluca2009-07-101-160/+24
* Added the last 10 bug open listgianluca2009-07-093-34/+98
* Initial implementation of the html repository export.gianluca2009-07-047-0/+587
* Pull darcs fix, copyright updates from W. Trevor KingChris Ball2009-07-0243-60/+242
|\
| * "be init [ROOTDIR]" -> "be init [--root ROOTDIR]"W. Trevor King2009-07-011-15/+16
| * 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-0143-43/+225
* | Merge "be set-root" becomes "be init" from W. Trevor KingChris Ball2009-07-013-4/+4
|\|
| * "be set-root" changed to "be init"W. Trevor King2009-06-303-4/+4
* | Merge darcs support from W. Trevor King's tree.Chris Ball2009-06-308-30/+225
|\|
| * "be comment" now handles the default options.content_type.W. Trevor King2009-06-301-1/+2
| * Add "--show-status" flag to "be depend"W. Trevor King2009-06-301-1/+13
| * Added darcs support.W. Trevor King2009-06-305-26/+208
| * Remove blank line from bug.xml() output when bug has no comments.W. Trevor King2009-06-301-2/+2
* | Merge with W. Trevor King's tree, which allows attaching binary files to bugs.Chris Ball2009-06-2614-149/+69
|\|
| * Added ability to handle non text/* MIME types.W. Trevor King2009-06-269-26/+53
| * Updated help strings, man page, and completionsW. Trevor King2009-06-255-120/+13
| * Fixed libbe.rcs.RCS.installed to handle missing backend binary.wking2009-06-251-3/+3
* | Merge be --version code from W. Trevor King.Chris Ball2009-06-257-22/+51
|\|
| * Updated .bzringore and Makefile.GENERATED_FILESW. Trevor King2009-06-252-5/+6
| * Added auto-generated version info. (be --version)W. Trevor King2009-06-252-3/+14
| * Remove blank line from tag's output if no tags existW. Trevor King2009-06-251-1/+2
| * Added regexp matching to `be list --extra-strings'W. Trevor King2009-06-251-4/+8
| * Added extra_strings functionality to libbe.bug.xml and be-xml-to-mbox.W. Trevor King2009-06-252-9/+21
* | Merge with W. Trevor King's tree.Chris Ball2009-06-2566-1377/+745
|\|
| * Merged extra-strings branch, adding be tag/depend.W. Trevor King2009-06-2566-1377/+745
| |\
| | * Added `be depend'.W. Trevor King2009-06-255-21/+108
| | * Added `be tag --list' to list all tags.W. Trevor King2009-06-2555-1344/+280
| | * Added -e/--extra-strings option to `be list`W. Trevor King2009-06-251-4/+12
| | * 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-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
* | | Merge Trevor's version of target --list.Chris Ball2009-06-241-6/+13
|\| |
| * | 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