aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
Commit message (Expand)AuthorAgeFilesLines
* Moved command completion from libbe.ui.util to libbe.command.utilW. Trevor King2009-12-124-80/+79
* Added libbe.command.base (with Command class) and moved list command to new f...W. Trevor King2009-12-1210-316/+568
* Moved bugdir, bug, and comment over to new id implementation.W. Trevor King2009-12-104-296/+171
* Rethought libbe.util.id moduleW. Trevor King2009-12-091-40/+254
* Reworked test.py to handle deeper directory structureW. Trevor King2009-12-084-4/+4
* Moved properties.py and settings_object.py to libbe/storage/util/W. Trevor King2009-12-086-8/+21
* Transitioned bugdir.py to new storage format.W. Trevor King2009-12-088-625/+618
* Transitioned bug.py to new storage format.W. Trevor King2009-12-082-68/+57
* Transitioned comment.py to new storage format.W. Trevor King2009-12-083-73/+53
* Use .storage.is_read/writeable() rather than .sync_with_disk() in settings_ob...W. Trevor King2009-12-081-8/+8
* Use mapfile to only create & parse mapfile strings, not filesW. Trevor King2009-12-081-10/+0
* Extended libbe.storage.base for separate read/write control.W. Trevor King2009-12-081-36/+94
* Extend libbe.util.id to handle id (path) creation.W. Trevor King2009-12-081-3/+46
* Added libbe.storage.base and test suite.W. Trevor King2009-12-083-0/+709
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-0744-0/+4302
* Use 'auto' for run_pager default rather than NoneW. Trevor King2009-12-071-1/+1
* Update libbe.pager copyrightW. Trevor King2009-12-071-1/+15
* Added libbe.pagerW. Trevor King2009-12-071-0/+51
* be --dir DIR COMMAND now roots the bugdir in DIR without changing directories.W. Trevor King2009-12-061-2/+5
* Moved becommands.depend._allowed_values() to cmdutil.select_values()W. Trevor King2009-12-051-0/+53
* Remove some more Bug.target references from libbe/bug.pyW. Trevor King2009-12-051-6/+2
* Added "Bugs Everywhere Directory v1.3" which transitions to bug-type targets.W. Trevor King2009-12-051-2/+58
* This addresses the following portion of 22b:7:W. Trevor King2009-12-051-4/+1
* Fix libbe.diff.Diff._changed_bugs() to handle subscriptions by bug shortname.W. Trevor King2009-12-051-3/+8
* Adjust libbe.diff.DiffTree to fix failed doctest.W. Trevor King2009-12-051-2/+5
* Use new libbe.diff.Diff.report_tree(subscriptions) in be-handle-mail.W. Trevor King2009-12-051-4/+9
* Added libbe.diff.Diff.full_report() for speed with several subscription lists.W. Trevor King2009-12-051-2/+67
* Created diff.subscriptions_from_string()W. Trevor King2009-12-051-0/+23
* Added BUGDIR_TYPE_MOD and BUGDIR_TYPE_REM to libbe.diff.W. Trevor King2009-12-051-8/+19
* Adjusted diff.Subscription.__init__() to guess type_root if required.W. Trevor King2009-12-051-2/+7
* Added subscriptions option to diff.Diff.report_tree().W. Trevor King2009-12-051-20/+77
* Moved subscription types from becommands/subscribe.py to libbe/diff.py.W. Trevor King2009-12-051-0/+46
* Add __eq__ and __ne__ methods to Tree.W. Trevor King2009-12-051-0/+6
* Fixed removed comment listing in libbe/diff.py.W. Trevor King2009-12-041-2/+2
* Use __cmp__ instead of __eq__ for Tree comparison.W. Trevor King2009-12-041-2/+2
* Don't necessarily initialize a new VCS in BugDir.load_settings().W. Trevor King2009-12-031-2/+3
* Don't get VCS version in VCS.__init__().W. Trevor King2009-12-031-2/+6
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-0324-921/+1031
* Added copyright blurbs to __init__.py files.W. Trevor King2009-12-031-0/+16
* Remove _test() functions from plugin.py and cmdutil.py.W. Trevor King2009-12-032-15/+0
* Generalized doctest string in subproc.pyW. Trevor King2009-11-301-1/+1
* Avoid redundant Comment.alt_idsW. Trevor King2009-11-301-1/+3
* Changed Bug and Comment.merge() kwargs.W. Trevor King2009-11-302-25/+69
* Minor BugDir docstring typo correction.W. Trevor King2009-11-301-1/+1
* Moved comment.list_to_root() to Bug.add_comments() with some cleanups.W. Trevor King2009-11-292-65/+45
* Added comment import to Bug.from_xml().W. Trevor King2009-11-282-10/+93
* BugDir.list_uuids() -> BugDir.uuids()W. Trevor King2009-11-282-7/+7
* Added Bug.merge() and Comment.merge().W. Trevor King2009-11-282-16/+185
* Added restrict_file_access to becommands' execute() args.W. Trevor King2009-11-211-2/+19
* Fix libbe.vcs.VCS.get_file_contents(allow_no_vcs=True,binary=True).W. Trevor King2009-11-211-1/+8