Restore comment body for /bea/866/738 (lost on the CFBE merge?).
[be.git] / libbe /
2010-01-25 W. Trevor KingFixed #bea/8fc# : be crashes on outdated id-cache
2010-01-24 W. Trevor KingMerged be.doc documentation rewrite + bugfixes + new...
2010-01-24 W. Trevor KingFix Diff.comment_body_change_string's difflib.unified_d...
2010-01-24 W. Trevor KingFixed List --severity handling, added --important
2010-01-23 W. Trevor KingFix vars call for `be target --help`
2010-01-23 W. Trevor KingUpdate --subscriber option help string for Subscribe
2010-01-23 W. Trevor KingModern ID format in `be list` _long_help
2010-01-23 W. Trevor KingFix broken handling of non-text/plain comments
2010-01-23 W. Trevor KingAdded "Created comment..." output to `be comment`
2010-01-23 W. Trevor KingFixed some bugs in settings_object handling and got...
2010-01-23 W. Trevor KingFix typos in untested parts of List and Import_XML...
2010-01-23 W. Trevor KingAdded `be list --mine`
2010-01-23 W. Trevor KingInit should tell the UI about its connected storage...
2010-01-23 W. Trevor KingMove BugDir, Bug, and Comment to new _setup_saved_settings
2010-01-23 W. Trevor KingAdded testSimplePropertySetStorageSave and relavant...
2010-01-22 W. Trevor KingAdd Bzr._vcs_exists() anyway :p
2010-01-22 W. Trevor KingWe don't need VCS._vcs_exists yet, with exists only...
2010-01-22 W. Trevor KingMinor cleanups + remove debuging line in Init doctest
2010-01-22 W. Trevor KingAdd VCS._exists(), VCS.path(). Fix default handling...
2010-01-22 W. Trevor KingAdded _EMPTY and Storage.exists() to libbe.storage...
2010-01-22 W. Trevor KingReworked settings_object module, but command.init tests...
2010-01-22 W. Trevor KingAdded unprimableVal option to primed_property.
2010-01-22 W. Trevor KingAdded tests to Init to check for empty settings file
2010-01-22 W. Trevor KingBugfix merge: better Comment.xml() & libbe.util.id...
2010-01-22 W. Trevor KingAdd Comment.safe_in_reply_to to improve comment xml...
2010-01-21 W. Trevor KingDon't raise MultipleIDMatches if one of the matches...
2010-01-21 W. Trevor KingMerge assorted bugfixes and optimizations.
2010-01-21 W. Trevor KingAjdust Target tests for cached BugDir.uuids() implement...
2010-01-21 W. Trevor KingFix _uuids_cache reset in BugDir._clear_bugs
2010-01-21 W. Trevor KingUpdate libbe.storage.util.settings_object tests for...
2010-01-21 W. Trevor KingFix version import for mercurial <= 1.1.2
2010-01-21 W. Trevor KingUse _get_user_id() in New, remove unused 'user-id'...
2010-01-21 W. Trevor KingAdd _uuids_cache management to BugDir._clear_bugs
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 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 KingUse relative paths *._vcs_* methods.
2010-01-19 W. Trevor KingMerged be.faster-diff branch, fixing #bea/ed5#.
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-03 W. Trevor KingMerged be.roadmap, adding dev issues #bea/ed5#, #bea...
2010-01-03 W. Trevor KingChanged `be list --uuids` to `be list --ids`
2010-01-01 W. Trevor KingMerged be.html-storage
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 KingAdded UserInterface and other improved abstractions...
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 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
next