be.git
2009-07-20 W. Trevor KingCleaned up some outdated libbe.settings_object.EMPTY...
2009-07-19 W. Trevor KingAdded --allow-empty to "be commit"
2009-07-19 W. Trevor KingAdded becommands/commit.py and minor fixes.
2009-07-18 W. Trevor KingImport sys in becommands/new.py.
2009-07-18 W. Trevor KingFixed broken path in libbe.rcs.RCS._rcs_get_file_conten...
2009-07-14 W. Trevor KingMerged directory reorganization
2009-07-14 W. Trevor Kinglibbe/_version.py made PHONY in Makefile.
2009-07-14 W. Trevor KingUpdated Makefile to match new organization
2009-07-14 W. Trevor KingReorganized directory structure, mostly to put all...
2009-07-14 W. Trevor KingUpdated README to match current status.
2009-07-14 W. Trevor KingUpdated GPLv2 to current GPLv2.
2009-07-14 W. Trevor KingUpdated setup.py url and switched to rolling version...
2009-07-14 Alex MillerMerged Alex Miller's git-config-not-found patch
2009-07-13 W. Trevor KingFixed "be --dir --complete"
2009-07-13 W. Trevor KingAdded --dir option to "be"
2009-07-13 W. Trevor KingUse CmdOptionParser in "be".
2009-07-12 W. Trevor KingAdded (commented out) /usr/local PREFIX to Makefile.
2009-07-12 W. Trevor KingAdded "be comment --xml --ignore-missing-references...
2009-07-12 W. Trevor Kingbe-mbox-to-xml passes attributes on to each part of...
2009-07-12 W. Trevor KingAltered be-xml-to-mbox to work with non-ASCII input.
2009-07-12 W. Trevor KingAdded timezone handling to libbe.utility.str_to_time.
2009-07-12 W. Trevor KingNot escaping whitespace (e.g. endlines) outside the...
2009-07-12 W. Trevor KingMinor fixes to get unittests working again.
2009-07-12 W. Trevor KingAdded be-mbox-to-xml.
2009-07-11 W. Trevor KingWent through "closed" bugs looking for miss-categorized...
2009-07-11 W. Trevor KingUpdating "be set --help" and "be status --help".
2009-07-11 W. Trevor KingRemoved <abentley@panoramicfeedback.com> from copyright...
2009-07-11 W. Trevor King"be comment --xml" now translates comment uuids to...
2009-07-11 W. Trevor KingAdjustments to new versioned_property behavior.
2009-07-11 W. Trevor KingFixed versioned_property(default=None, generator=None...
2009-07-11 W. Trevor KingFixed minor doctest failure in cmdutil.py
2009-07-11 W. Trevor KingMerged "be comment --xml" code from home.
2009-07-10 W. Trevor Kingseems to work ;)
2009-07-10 W. Trevor KingSave whole bugdir in becommands/tag.py.
2009-07-10 W. Trevor KingSimplified error handling in ./be
2009-07-08 W. Trevor KingAdded new-bug-from-stdin to mirror comments-from-stdin.
2009-07-06 W. Trevor KingAdded "be show --only-raw-body COMMENT-ID".
2009-07-06 W. Trevor KingAdded ability to show individual comments with "be...
2009-07-02 W. Trevor King"be init [ROOTDIR]" -> "be init [--root ROOTDIR]"
2009-07-02 W. Trevor KingUpdated darcs put command for darcs >= 2.2.0, following...
2009-07-02 W. Trevor KingUpdated copyright blurbs and AUTHORS and included scrip...
2009-06-30 W. Trevor King"be set-root" changed to "be init"
2009-06-30 W. Trevor King"be comment" now handles the default options.content_type.
2009-06-30 W. Trevor KingAdd "--show-status" flag to "be depend"
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...
next