be.git
2009-12-28 W. Trevor KingAllow external use of Command.usage() and use CmdOption...
2009-12-28 W. Trevor KingRestore comment stripping to libbe.ui.util.editor.edito...
2009-12-28 W. Trevor KingBzr storage now based off bzrlib module, not 'bzr'...
2009-12-28 W. Trevor KingVersionedStorage_commit_TestCase now allows for version...
2009-12-28 W. Trevor Kinglibbe.storage.vcs.base.VCS._init() now creates the...
2009-12-28 W. Trevor KingAdd most comments with ignore_missing_references=True.
2009-12-28 W. Trevor KingDon't run pager for the 'comment' command.
2009-12-27 W. Trevor KingMoved InvalidStorageVersion from libbe.command to libbe...
2009-12-27 W. Trevor KingAdded storage.Storage.storage_version() and command...
2009-12-27 W. Trevor KingFixed libbe.storage.util.upgrade
2009-12-15 W. Trevor KingFixed libbe.command.diff + ugly BugDir.duplicate_bugdir...
2009-12-15 W. Trevor KingFixed libbe.command.subscribe
2009-12-15 W. Trevor KingFixed up libbe.diff
2009-12-15 W. Trevor KingTransition to Command-format complete.
2009-12-15 W. Trevor KingTransitioned set to Command-format
2009-12-15 W. Trevor KingTransitioned target to Command-format
2009-12-15 W. Trevor KingTransitioned tag to Command-format
2009-12-15 W. Trevor KingTransitioned diff and subscribe to Command-format"
2009-12-15 W. Trevor KingTransitioned show to Command-format
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
next