be.git
2009-12-08 W. Trevor KingExtended libbe.storage.base for separate read/write...
2009-12-08 W. Trevor KingExtend libbe.util.id to handle id (path) creation.
2009-12-08 W. Trevor KingAdded libbe.storage.base and test suite.
2009-12-08 W. Trevor KingInitial directory restructuring to clarify dependencies
2009-12-08 W. Trevor KingReorganization bug created
2009-12-07 W. Trevor KingAdded libbe.pager and --paginate/--no-pager options...
2009-12-07 W. Trevor KingUpdated NEWS
2009-12-07 W. Trevor KingAdded --paginate and --no-pager to be
2009-12-07 W. Trevor KingUse 'auto' for run_pager default rather than None
2009-12-07 W. Trevor Kingbe --dir DIR COMMAND now roots the bugdir in DIR withou...
2009-12-07 W. Trevor KingUpdate libbe.pager copyright
2009-12-07 W. Trevor KingAdded libbe.pager
2009-12-06 W. Trevor Kingbe --dir DIR COMMAND now roots the bugdir in DIR withou...
2009-12-06 W. Trevor KingSet BugDir(root=X) instead of os.chdir(X) in
2009-12-06 W. Trevor Kingbecommands.target.bug_target(TARGET-BUG) now returns...
2009-12-06 W. Trevor KingMerged be.target-as-bug
2009-12-06 W. Trevor KingMarked as fixed 22b: Sorting targets chronologically
2009-12-06 W. Trevor KingUpdated NEWS.
2009-12-06 W. Trevor KingUpdated becommands/due.py copyright.
2009-12-06 W. Trevor KingAdded becommands/due.py to manage bug due dates.
2009-12-06 W. Trevor King`be target` gains --resolve and loses --list.
2009-12-06 W. Trevor KingDocstring clarification in becommands.depend.get_blocke...
2009-12-06 W. Trevor KingRemoved target stuff from becommands/list.py and tweake...
2009-12-06 W. Trevor KingMoved becommands.depend._allowed_values() to cmdutil...
2009-12-06 W. Trevor KingRemoved Bugs-Everywhere-Web/server.log from version...
2009-12-06 W. Trevor KingRemoved Bug.target reference from interfaces/xml/be...
2009-12-06 W. Trevor KingRemove Bug.target references from several becommands...
2009-12-06 W. Trevor KingAdded --limit-status and --limit-severity to `be depend'.
2009-12-06 W. Trevor KingAdded retroactive dependencies between the legacy targets.
2009-12-06 W. Trevor KingRemove some more Bug.target references from libbe/bug.py
2009-12-06 W. Trevor KingUpdated the new target bugs' status to match blockers
2009-12-06 W. Trevor KingUpgraded to Bugs Everywhere Directory v1.3
2009-12-06 W. Trevor KingAdded "Bugs Everywhere Directory v1.3" which transition...
2009-12-05 W. Trevor KingThis addresses the following portion of 22b:7:
2009-12-05 W. Trevor KingFixed shortname -> bugname in becommands/show.py.
2009-12-05 W. Trevor KingCommented on 12c: Bug aggregation. Multi-repo meta-BE?
2009-12-05 W. Trevor KingAdjusted be-mbox-to-xml to not drop author info from...
2009-12-05 W. Trevor KingAdded missing author entries to some comments + cleanups.
2009-12-05 W. Trevor KingFix libbe.diff.Diff._changed_bugs() to handle subscript...
2009-12-05 W. Trevor KingCleanup Dir in becommands/init.py doctest.
2009-12-05 W. Trevor KingMerged be.diff-subscribe
2009-12-05 W. Trevor KingUpdated NEWS
2009-12-05 W. Trevor KingAdjust libbe.diff.DiffTree to fix failed doctest.
2009-12-05 W. Trevor KingUse new libbe.diff.Diff.report_tree(subscriptions)...
2009-12-05 W. Trevor KingAdded libbe.diff.Diff.full_report() for speed with...
2009-12-05 W. Trevor KingMore 'DIR'->diff.BUGDIR_ID updates
2009-12-05 W. Trevor KingCreated diff.subscriptions_from_string()
2009-12-05 W. Trevor KingAdded --subscribe option to `be diff`
2009-12-05 W. Trevor KingAdded BUGDIR_TYPE_MOD and BUGDIR_TYPE_REM to libbe...
2009-12-05 W. Trevor KingAdjusted diff.Subscription.__init__() to guess type_roo...
2009-12-05 W. Trevor KingAdded subscriptions option to diff.Diff.report_tree().
2009-12-05 W. Trevor KingMoved subscription types from becommands/subscribe...
2009-12-05 W. Trevor KingReplaced `be diff` options --new, --removed, --modified...
2009-12-05 W. Trevor KingSet boolean options default to False in becommands...
2009-12-05 W. Trevor King`be diff` raises UsageError if required revision contro...
2009-12-05 W. Trevor KingFix cmdutil.help() calls in be to use args not sys...
2009-12-05 W. Trevor KingAdd __eq__ and __ne__ methods to Tree.
2009-12-05 W. Trevor KingMerged `be diff --dir DIR` functionality
2009-12-05 W. Trevor KingUpdated NEWS
2009-12-05 W. Trevor KingUpdated NEWS
2009-12-05 W. Trevor KingAdded --dir option to `be diff'.
2009-12-05 W. Trevor KingFixed removed comment listing in libbe/diff.py.
2009-12-05 W. Trevor KingUse __cmp__ instead of __eq__ for Tree comparison.
2009-12-04 W. Trevor KingDon't necessarily initialize a new VCS in BugDir.load_s...
2009-12-04 W. Trevor KingDon't get VCS version in VCS.__init__().
2009-12-04 W. Trevor KingAdded libbe.TESTING (defaults to False).
2009-12-04 W. Trevor KingAdded copyright blurbs to __init__.py files.
2009-12-04 W. Trevor KingRemove _test() functions from plugin.py and cmdutil.py.
2009-11-30 W. Trevor KingMerged completed be.email-bugs branch.
2009-11-30 W. Trevor KingMark bug 565 as fixed: be email-bugs for bug submission...
2009-11-30 W. Trevor Kingbe-handle-mail uses more conservative --add-only for...
2009-11-30 W. Trevor KingGeneralized doctest string in subproc.py
2009-11-30 W. Trevor KingAdded some thoughts on import_xml merge algorithms
2009-11-30 W. Trevor KingFixed import_xml.py to live up to its longhelp description.
2009-11-30 W. Trevor KingAvoid redundant Comment.alt_ids
2009-11-30 W. Trevor KingChanged Bug and Comment.merge() kwargs.
2009-11-30 W. Trevor KingMinor BugDir docstring typo correction.
2009-11-29 W. Trevor KingMoved comment.list_to_root() to Bug.add_comments()...
2009-11-29 W. Trevor KingAdded comment import to Bug.from_xml().
2009-11-29 W. Trevor Kingtest.py now uses unittest.TestSuite 'suite' in becomman...
2009-11-29 W. Trevor KingBugDir.list_uuids() -> BugDir.uuids()
2009-11-28 W. Trevor KingAdded Bug.merge() and Comment.merge().
2009-11-21 W. Trevor KingAdded restrict_file_access to becommands' execute(...
2009-11-21 W. Trevor KingMerged mostly completed `be email-bugs'.
2009-11-21 W. Trevor KingFix libbe.vcs.VCS.get_file_contents(allow_no_vcs=True...
2009-11-21 W. Trevor KingUpdated interfaces/email/interactive/README for [be...
2009-11-21 W. Trevor KingAdded [be-tag:xml] processing to be-handle-mail.
2009-11-21 W. Trevor KingAdjusted `be import-xml` to properly handle croot_bug...
2009-11-21 W. Trevor KingFixed bug in be-handle-mail.Message.parse_comment(...
2009-11-21 W. Trevor KingAdded interfaces/email/interactive/examples/email_bugs
2009-11-21 W. Trevor King`be email-bugs` now uses `be show` internals to produce...
2009-11-21 W. Trevor KingUpgraded `be show --xml` to new <be-xml> format.
2009-11-21 W. Trevor KingBroke `be comment --xml` out and extended into `be...
2009-11-20 W. Trevor KingAdded Bug.from_xml() + some .from_xml() fixups.
2009-11-20 W. Trevor KingImport os in libbe.subproc if _POSIX == True
2009-11-20 W. Trevor KingFixed bug 529c290e-b1cf-4800-be7e-68f1ecb9565c (howto...
2009-11-20 W. Trevor KingFix typo in becommands.init's doctest
2009-11-20 W. Trevor KingImport select in libbe.subproc if _POSIX == True
2009-11-20 W. Trevor KingAdjusted test.py to use an installed vcs by default.
2009-11-20 W. Trevor KingAdded becommands/email_bugs.py
next