aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fixed shortname -> bugname in becommands/show.py.W. Trevor King2009-12-051-1/+1
| |/ /
| * | Commented on 12c: Bug aggregation. Multi-repo meta-BE?W. Trevor King2009-12-052-0/+91
| * | Adjusted be-mbox-to-xml to not drop author info from multipart messagesW. Trevor King2009-12-051-1/+4
| * | Added missing author entries to some comments + cleanups.W. Trevor King2009-12-0538-34/+46
| * | Fix libbe.diff.Diff._changed_bugs() to handle subscriptions by bug shortname.W. Trevor King2009-12-051-3/+8
| * | Cleanup Dir in becommands/init.py doctest.W. Trevor King2009-12-051-0/+1
| * | Merged be.diff-subscribeW. Trevor King2009-12-055-201/+357
| |\ \
| | * | Updated NEWSW. Trevor King2009-12-051-0/+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-052-54/+26
| | * | Added libbe.diff.Diff.full_report() for speed with several subscription lists.W. Trevor King2009-12-051-2/+67
| | * | More 'DIR'->diff.BUGDIR_ID updatesW. Trevor King2009-12-052-8/+8
| | * | Created diff.subscriptions_from_string()W. Trevor King2009-12-052-11/+28
| | * | Added --subscribe option to `be diff`W. Trevor King2009-12-051-9/+25
| | * | 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-052-22/+80
| | * | Moved subscription types from becommands/subscribe.py to libbe/diff.py.W. Trevor King2009-12-053-73/+86
| | * | Replaced `be diff` options --new, --removed, --modified, and --all with --uuids.W. Trevor King2009-12-051-22/+7
| | * | `be diff` raises UsageError if required revision control not possible.W. Trevor King2009-12-051-34/+37
| * | | Set boolean options default to False in becommands/list.pyW. Trevor King2009-12-051-1/+1
| * | | Fix cmdutil.help() calls in be to use args not sys.argv.W. Trevor King2009-12-051-2/+2
| |/ /
| * | Add __eq__ and __ne__ methods to Tree.W. Trevor King2009-12-051-0/+6
| * | Merged `be diff --dir DIR` functionalityW. Trevor King2009-12-043-6/+21
| |\ \
| | * | Updated NEWSW. Trevor King2009-12-041-0/+3
| | * | Added --dir option to `be diff'.W. Trevor King2009-12-041-3/+17
| | * | Fixed removed comment listing in libbe/diff.py.W. Trevor King2009-12-041-2/+2
| * | | Updated NEWSW. Trevor King2009-12-041-0/+10
| |/ /
| * | 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-0326-1045/+1161
| * | Added copyright blurbs to __init__.py files.W. Trevor King2009-12-032-0/+32
| * | Remove _test() functions from plugin.py and cmdutil.py.W. Trevor King2009-12-032-15/+0
| * | Merged completed be.email-bugs branch.W. Trevor King2009-11-3013-112/+593
| |\ \
| | * | Mark bug 565 as fixed: be email-bugs for bug submission from bzr-less usersW. Trevor King2009-11-301-1/+1
| | * | be-handle-mail uses more conservative --add-only for be-bugs:xmlW. Trevor King2009-11-301-1/+1
| | * | Generalized doctest string in subproc.pyW. Trevor King2009-11-301-1/+1
| | * | Added some thoughts on import_xml merge algorithmsW. Trevor King2009-11-302-0/+39
| | * | Fixed import_xml.py to live up to its longhelp description.W. Trevor King2009-11-301-27/+188
| | * | 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
| | * | test.py now uses unittest.TestSuite 'suite' in becommands if present.W. Trevor King2009-11-281-1/+4
| | * | BugDir.list_uuids() -> BugDir.uuids()W. Trevor King2009-11-284-9/+9
| | * | Added Bug.merge() and Comment.merge().W. Trevor King2009-11-282-16/+185
| * | | Merged mostly completed `be email-bugs'.W. Trevor King2009-11-2145-478/+1340
| |\| |
| | * | Added restrict_file_access to becommands' execute() args.W. Trevor King2009-11-2126-27/+57