be.git
2009-12-14 W. Trevor KingWork around mercurial (hg) issue 618.
2009-12-13 W. Trevor KingDon't regexp out the short-revid in Git._vcs_commit()
2009-12-13 W. Trevor KingFix Git._vcs_revision_id() offset bug.
2009-12-13 W. Trevor KingHandle non-int args to VCS.revision_id at the VCS level.
2009-12-13 W. Trevor KingAdjust Hg._vcs_revision_id to bail cleanly on non-int...
2009-12-13 W. Trevor KingUse detect rather than catching errors in _vcs_root().
2009-12-13 W. Trevor King.bzr transition.
2009-12-13 W. Trevor KingMore fixes for libbe.storage.vcs.hg + .git transition.
2009-12-13 W. Trevor KingFixes to get libbe.storage.vcs.hg passing tests.
2009-12-13 W. Trevor KingConverted libbe.storage.vcs.hg to new Storage format.
2009-12-13 W. Trevor KingRearrange libbe.ui.command_line.CmdOptionParser._add_op...
2009-12-13 W. Trevor KingConverted libbe.storage.vcs.base to new Storage format.
2009-12-13 W. Trevor KingMoved be to libbe.ui.command_line and transitioned...
2009-12-12 W. Trevor KingUse get_input/output_encoding() in libbe.command.base...
2009-12-12 W. Trevor KingAdded libbe.ui.util.user for managing user ids.
2009-12-12 W. Trevor KingMoved command completion from libbe.ui.util to libbe...
2009-12-12 W. Trevor KingAdded libbe.command.base (with Command class) and moved...
2009-12-11 W. Trevor KingMoved bugdir, bug, and comment over to new id implement...
2009-12-09 W. Trevor KingRethought libbe.util.id module
2009-12-09 W. Trevor KingReworked test.py to handle deeper directory structure
2009-12-08 W. Trevor KingMoved properties.py and settings_object.py to libbe...
2009-12-08 W. Trevor KingTransitioned bugdir.py to new storage format.
2009-12-08 W. Trevor KingTransitioned bug.py to new storage format.
2009-12-08 W. Trevor KingTransitioned comment.py to new storage format.
2009-12-08 W. Trevor KingUse .storage.is_read/writeable() rather than .sync_with...
2009-12-08 W. Trevor KingUse mapfile to only create & parse mapfile strings...
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.
next