be.git
2009-06-30 W. Trevor KingAdded darcs support.
2009-06-30 W. Trevor KingRemove blank line from bug.xml() output when bug has...
2009-06-26 W. Trevor KingAdded ability to handle non text/* MIME types.
2009-06-26 W. Trevor KingUpdated help strings, man page, and completions
2009-06-25 wkingFixed libbe.rcs.RCS.installed to handle missing backend...
2009-06-25 W. Trevor KingUpdated .bzringore and Makefile.GENERATED_FILES
2009-06-25 W. Trevor KingAdded auto-generated version info. (be --version)
2009-06-25 W. Trevor KingRemove blank line from tag's output if no tags exist
2009-06-25 W. Trevor KingAdded regexp matching to `be list --extra-strings'
2009-06-25 W. Trevor KingAdded extra_strings functionality to libbe.bug.xml...
2009-06-25 W. Trevor KingMerged extra-strings branch, adding be tag/depend.
2009-06-25 W. Trevor KingAdded `be depend'.
2009-06-25 W. Trevor KingAdded `be tag --list' to list all tags.
2009-06-25 W. Trevor KingAdded -e/--extra-strings option to `be list`
2009-06-25 W. Trevor KingFixed settings=None bug when bug values file is blank...
2009-06-25 W. Trevor Kingtag --remove now returns bug.settings["extra_strings...
2009-06-24 W. Trevor KingMerged from main branch. I like my version better ;).
2009-06-24 W. Trevor King`be target list` -> `be target --list` to standardize...
2009-06-24 Chris BallAdd documentation and testcase for "be target list".
2009-06-24 Gianluca MontecchiOnly print a target in "be target list" if it's a string.
2009-06-24 Chris BallAdd "be target list", to show a list of existing targets.
2009-06-24 Chris BallMerge with W. Trevor King's tree.
2009-06-24 Gianluca MontecchiAdd ability to list all current targets.
2009-06-23 W. Trevor KingUse generator instead of default for libbe.bug.Bug...
2009-06-23 W. Trevor KingAdded test case for mutables to libbe/settings_object.
2009-06-23 W. Trevor KingCleaned up libbe.propertied.change_hook_property for...
2009-06-23 W. Trevor KingAdded becommands/tag.py
2009-06-23 W. Trevor KingAdded Bug.extra_strings to support add-on functionality...
2009-06-22 W. Trevor KingConsolidated outstanding bugs.
2009-06-22 W. Trevor KingAdded `be list --sort *` for user-selectable sorting.
2009-06-22 W. Trevor KingUse Comment.content_type in xml output.
2009-06-22 W. Trevor KingMerged be-xml-to-mbox
2009-06-22 W. Trevor KingCreated be-xml-to-mbox.
2009-06-22 W. Trevor KingOnly print RFC 2822 date in bug xml output.
2009-06-22 W. Trevor KingEscape XML strings.
2009-06-22 W. Trevor KingAdjusted catmutt for portability following Mortiz'...
2009-06-22 W. Trevor KingFixed libbe.settings_object.EMPTY output in bug/comment...
2009-06-22 W. Trevor KingAdjusted comment XML fields for consistency.
2009-06-22 W. Trevor KingConverted xml/grepm to xml/catmutt.
2009-06-22 Moritz Barsnick... Added grepm as a template for an output-mbox-to-mutt...
2009-06-22 W. Trevor KingReplaced some doctest output with ellipses.
2009-06-21 W. Trevor KingAdded --xml option to becommands/list.py
2009-06-21 W. Trevor KingRestored completion/be.bash.
2009-06-21 W. Trevor KingTouch missing userwide config file before read if it...
2009-06-21 W. Trevor KingMerge from Ben Finney's RCS unittest patch
2009-06-20 John DoeConform new docstrings to PEP 257.
2009-06-19 W. Trevor KingAdded comments-from-stdin, so we can add tracebacks...
2009-06-19 W. Trevor KingAllow defaults for config.get_val() in case of missing...
2009-06-19 James RoweMerged James Rowe's arch-shouldn't-create-userwide...
2009-06-19 W. Trevor KingMerged Thomas Habets 2009-01-07 XML output for "be...
2009-06-19 W. Trevor KingRemoved unused libbe/restconvert.py and fixed a typo...
2009-06-19 W. Trevor KingMerge from main branch.
2009-06-19 W. Trevor Kinglibbe/encoding.py
2009-06-15 John DoeFollow existing docstring whitespace convention.
2009-06-14 John DoeDistinguish tests for VCS which can't handle an uniniti...
2009-06-14 John DoeRefactor mega-testcases into separate true-or-false...
2009-06-14 John DoeMake RCS testcase subclasses dynamically.
2009-06-13 Chris BallUse a more general regex to test GIT commits; GIT's...
2009-01-07 Thomas HabetsXML output for "be show"
2008-12-21 W. Trevor KingFixed spelling mistake in test_usage.sh
2008-12-04 W. Trevor KingFixed lack of user_id caching in bugdir.BugDir
2008-12-04 W. Trevor KingClosed search bug
2008-12-04 W. Trevor KingMerged in the successful per-tree-config branch.
2008-12-04 W. Trevor KingAdded per-tree default assignee option.
2008-12-04 W. Trevor KingClosed a few old bugs that seem outdated/dealt with.
2008-12-04 W. Trevor KingFixed missing directory error when merging comments...
2008-12-04 W. Trevor Kingbecommands/severity and status now handle --complete...
2008-12-04 W. Trevor KingPer-tree status levels working.
2008-12-04 W. Trevor KingClosed 4a4609c8-1882-47de-9d30-fee410b8a802
2008-12-04 W. Trevor KingAdjusted becommands/list.py to use current bug severiti...
2008-12-04 W. Trevor Kingbug severity verification now works with per-tree sever...
2008-12-04 W. Trevor KingPer-tree settings now passed into bug module.
2008-12-04 W. Trevor KingAdded per-tree configurable severities.
2008-12-04 W. Trevor KingCleaned up some older bugs.
2008-12-03 W. Trevor KingAdded support for bug reporter field.
2008-12-03 W. Trevor KingMerged decorator branch.
2008-12-03 W. Trevor KingFixed comparison bug in Bug._get_time.
2008-12-02 W. Trevor KingAdded auto-completion for becommands/set property names.
2008-12-02 W. Trevor KingConverted Comment to the settings_object system.
2008-12-02 W. Trevor KingBug moved to the settings_object system.
2008-12-02 W. Trevor KingAdded decorator-style properties to bugdir. Created...
2008-12-01 W. Trevor KingAdded decorator-style properties to libbe/comment.py.
2008-12-01 W. Trevor KingFixed some erroneous "no test suite" messages in test.py.
2008-11-29 W. Trevor KingAdded libbe/properties to make property management...
2008-11-28 W. Trevor KingAdded more helpful error message for libbe modules...
2008-11-28 W. Trevor KingOptimized bug loading from becommands/comment with...
2008-11-27 W. Trevor KingAdded becommands/comment completion.
2008-11-27 W. Trevor KingCompletion support added to becommands/help
2008-11-27 W. Trevor KingAdded bugid_args option to cmdutil.default_complete.
2008-11-27 W. Trevor KingCommand completion simplified and working for list...
2008-11-27 W. Trevor KingMerged --commands and --options into --complete. Simpl...
2008-11-27 W. Trevor KingBasic bash completion is now supported.
2008-11-27 W. Trevor KingFixed typo in becommands/comment help string.
2008-11-27 W. Trevor KingAdded --commands option to be to help with bash completion.
2008-11-25 W. Trevor KingAdded -a/n/m/r to becommands/diff.py.
2008-11-25 W. Trevor Kingadded -u/uuids option to becommands/list
2008-11-25 W. Trevor KingAdded libbe/encoding.py to wrap input/output/file acces...
2008-11-25 W. Trevor KingOops, should be passing libbe.tree.Tree.sort() args...
2008-11-25 W. Trevor KingHack to fixe encoding bug in becommands/show
2008-11-25 W. Trevor KingAdded becommands/merge to join duplicate bugs.
next