be.git
2010-01-21 W. Trevor KingAdd _uuids_cache management to BugDir._clear_bugs
2010-01-21 W. Trevor KingAdd wrap_id to improve id handling in be-xml-to-mbox
2010-01-21 W. Trevor KingConverted `be list --xml` to <be-xml> format.
2010-01-21 W. Trevor KingFix not-yet-loaded bug in SavedSettingsObject._get_save...
2010-01-21 W. Trevor KingImprove `be import-xml` handling of root comments ...
2010-01-20 W. Trevor KingFix BugDir._uuid_cache management for new_bug()/remove_...
2010-01-20 W. Trevor KingStrip footers (signatures) in be-mail-to-xml
2010-01-20 W. Trevor King'be-mbox-to-xml' -> 'be-mail-to-xml' + support for...
2010-01-20 W. Trevor KingOptimized BugDir.uuids, caching on-disk bug uuids.
2010-01-20 W. Trevor KingAdd entry points for functionality needed by CFBE ...
2010-01-20 W. Trevor KingAdjust to modern mercurial version definition.
2010-01-20 W. Trevor KingFix _u_rel_path problems in VCS._children
2010-01-20 W. Trevor KingFixed `be help` (used to raise NotImplementedError)
2010-01-20 W. Trevor KingAdd better help message on COMMAND-less be call
2010-01-19 W. Trevor KingAdded shortname (.id.user()) data to `be html`s comment...
2010-01-19 W. Trevor KingAllow forward slashes (/) in commit email tags in be...
2010-01-19 W. Trevor KingFixed libbe.utuil->libbe.util typo in be-handle-mail.
2010-01-19 W. Trevor KingUse relative paths *._vcs_* methods.
2010-01-19 W. Trevor KingMerged be.faster-diff branch, fixing #bea/ed5#.
2010-01-19 W. Trevor KingMarked #bea/ed5# as fixed
2010-01-19 W. Trevor KingAdjust command.serve.Serve doctest to clarify remaining...
2010-01-19 W. Trevor KingBetter error messages in VCS._get
2010-01-19 W. Trevor KingWork around the extra output of `tla file-find` to...
2010-01-19 W. Trevor KingGenerate string properly in libbe.util.subproc.CommandError
2010-01-19 W. Trevor KingWork around Mercurial issue618 in Arch backend.
2010-01-18 W. Trevor KingAdded changed() support for Darcs
2010-01-18 W. Trevor KingFix modified ID reference in libbe.diff.Diff._changed_bugs
2010-01-18 W. Trevor KingAdd .changed support to HTTP storage backend.
2010-01-18 W. Trevor KingAdd ancestors support to HTTP storage
2010-01-18 W. Trevor KingAdd .changed() support to Hg
2010-01-18 W. Trevor KingFix VCS doctest for +revision InvalidID error message
2010-01-18 W. Trevor KingAdd class name to StorageTestCase failure reporting
2010-01-18 W. Trevor KingUse RevisionedBugDir, not .duplicate_bugdir() in libbe...
2010-01-18 W. Trevor KingOptimized libbe.diff.Diff._changed when old bugdir...
2010-01-18 W. Trevor KingAdded VCS._u_find_id_from_manifest for faster id->path...
2010-01-18 W. Trevor KingAdjust VCSTestCase method docstrings for unittest.
2010-01-18 W. Trevor KingAdded VCS._ancestors
2010-01-18 W. Trevor KingAdded Storage.ancestors
2010-01-18 W. Trevor KingMoved BugDir.duplicate_bugdir to RevisionedBugDir class
2010-01-18 W. Trevor KingIgnore paths with _u_path_to_id errors in VCS.changed
2010-01-18 W. Trevor KingAdd .changed() support to Bzr
2010-01-18 W. Trevor KingAdd .changed() support to Git
2010-01-18 W. Trevor KingAdd .changed() support to VCS
2010-01-18 W. Trevor KingToo much trouble to handle Git's lack of dir versioning...
2010-01-18 W. Trevor KingAdd VersionedStorageTestCases in make_versioned_storage...
2010-01-16 W. Trevor KingAdded libbe.storage.base.VersionedStorage.changed(...
2010-01-15 W. Trevor KingUpdate setup.py to install submodules.
2010-01-03 W. Trevor KingMerged be.roadmap, adding dev issues #bea/ed5#, #bea...
2010-01-03 W. Trevor KingAdded #bea/343# : Attach tests to bugs
2010-01-03 W. Trevor KingChanged `be list --uuids` to `be list --ids`
2010-01-03 W. Trevor KingAdded doc/distributed_bugtracking with some simple...
2010-01-03 W. Trevor KingAdd #bea/814# : Add Roundup-like flexibility
2010-01-03 W. Trevor KingAdd #bea/ed5# : Slow and ugly diff implementation
2010-01-01 W. Trevor KingMerged be.html-storage
2010-01-01 W. Trevor KingUpdated NEWS
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'...
next