be.git
2009-12-15 W. Trevor KingTransitioned status to Command-format
2009-12-15 W. Trevor KingTransitioned severity to Command-format, also added...
2009-12-15 W. Trevor KingTransitioned remove to Command-format
2009-12-15 W. Trevor KingTransitioned new to Command-format
2009-12-15 W. Trevor KingTransitioned html to Command-format
2009-12-15 W. Trevor KingTransitioned help to Command-format
2009-12-15 W. Trevor KingTransitioned merge to Command-format
2009-12-14 W. Trevor KingTransitioned import_xml to Command-format
2009-12-14 W. Trevor KingRemoved email_bugs, to be replaced by assorted storage...
2009-12-14 W. Trevor KingTransitioned due to Command format
2009-12-14 W. Trevor KingTransitioned depend to Command format
2009-12-14 W. Trevor KingTransitioned comment to Command format
2009-12-14 W. Trevor KingTransitioned init to Command format
2009-12-14 W. Trevor KingAdded parse_user() calls to Assign
2009-12-14 W. Trevor KingRemoved `be open` and `be close`. Alias `be status...
2009-12-14 W. Trevor KingTransitioned assign to Command format
2009-12-14 W. Trevor KingThe VCS storage backends are all mostly working now.
2009-12-14 W. Trevor KingMoved Arch over to Storage format
2009-12-14 W. Trevor KingMove Darcs over to Storage format.
2009-12-14 W. Trevor KingCheck for repo existence before initializing VCS
2009-12-14 W. Trevor KingAdjust Bzr._vcs_revision_id for 1-indexed revision...
2009-12-14 W. Trevor KingAdjust Hg._vcs_revision_id for 1-indexed revision ids.
2009-12-14 W. Trevor KingDon't require new revisions on empty commits.
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().
next