be.git
2010-01-01 W. Trevor KingFixed update_copyright.py's subproc import and updated...
2010-01-01 W. Trevor KingServe.handle_*() now raise _HandlerError so the .do_...
2010-01-01 W. Trevor KingFixed commit handling in commands.serve and storage...
2010-01-01 W. Trevor KingUse more kwargs in libbe.command.serve
2010-01-01 W. Trevor KingImproved POST and error handling in `be serve`
2010-01-01 W. Trevor KingFixed some stupid typos in libbe/storage/http.py
2010-01-01 W. Trevor KingImproved POST parsing, fixed Serve._long_help(), added...
2010-01-01 W. Trevor KingAdded libbe.command.serve and libbe.storage.http for...
2010-01-01 W. Trevor KingHand nonexistent paths in VCS._u_search_parent_director...
2010-01-01 W. Trevor KingReturn a meaningful Storage.version()
2010-01-01 W. Trevor KingUpdated copyright information
2009-12-31 W. Trevor KingMerged be.restructure, major internal reorganization.
2009-12-31 W. Trevor KingUse fragment in base command completion + command io...
2009-12-31 W. Trevor KingUpdated NEWS and closed #bea/110#
2009-12-31 W. Trevor KingBrought be-handle-mail up to date
2009-12-31 W. Trevor KingAdded UserInterface and other improved abstractions...
2009-12-31 W. Trevor KingBetter import error messages in test.py
2009-12-31 W. Trevor KingTrack connection status to allow multiple Storage.disco...
2009-12-31 W. Trevor KingRemoved libbe/ui/base.py. Basic UI definitions are...
2009-12-30 W. Trevor KingEmptied interfaces directory
2009-12-30 W. Trevor KingCorrect for possible directory changes in mercurial...
2009-12-30 W. Trevor KingDisable mercurial.demandimport, since it breaks Bzr
2009-12-30 W. Trevor KingUse ._vcs_is_versioned() in VCS._children()
2009-12-30 W. Trevor KingFixed make_*_testcase_subclasses() to avoid duplication.
2009-12-30 W. Trevor KingWe don't do much with Mercurial's ui, so _dispatch...
2009-12-30 W. Trevor KingDon't chdir() in libbe/command/html.py doctests.
2009-12-30 W. Trevor KingDon't worry about whitespace in `be --help`
2009-12-30 W. Trevor KingRemove libbe.ui.util.cmdutil
2009-12-30 W. Trevor KingPropogate long_to_short_user() -> long_to_short_text...
2009-12-30 W. Trevor KingRestored post-colon spaces in doctests
2009-12-30 W. Trevor KingFixed up the completion helpers in libbe.command.util
2009-12-29 W. Trevor KingCommented #bea/110/781# on why I'm not supporting Arch...
2009-12-29 W. Trevor KingUpdated Darcs backend towards supporting .children...
2009-12-29 W. Trevor KingAdded an additional VCS._u_rel_path() unittest.
2009-12-29 W. Trevor KingAdded root directory handling to VCS._u_rel_path().
2009-12-29 W. Trevor KingAdjust Git._vcs_isdir() to Python-2.5-compatible syntax
2009-12-29 W. Trevor KingUpdated Hg backend to support .children(revision).
2009-12-29 W. Trevor KingHg storage now based off mercurial module, not 'hg...
2009-12-29 W. Trevor KingAdapted BugDir.duplicate_bugdir() to use revision-depen...
2009-12-28 W. Trevor KingUpdated Git backend to support .children(revision).
2009-12-28 W. Trevor KingFixed VCS.children() and Bzr.children() for non-None...
2009-12-28 W. Trevor KingAdded VersionedStorage_commit_TestCase.test_commit_revi...
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...
next