aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rethought libbe.util.id moduleW. Trevor King2009-12-091-40/+254
* Reworked test.py to handle deeper directory structureW. Trevor King2009-12-085-44/+69
* 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/+0
* Reorganization bug createdW. Trevor King2009-12-073-0/+55
* Added libbe.pager and --paginate/--no-pager options to be.W. Trevor King2009-12-073-2/+82
|\
| * Updated NEWSW. Trevor King2009-12-071-1/+2
| * Added --paginate and --no-pager to beW. Trevor King2009-12-071-2/+16
| * 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-0630-65/+145
* | be --dir DIR COMMAND now roots the bugdir in DIR without changing directories.W. Trevor King2009-12-0730-65/+145
|/
* Set BugDir(root=X) instead of os.chdir(X) in W. Trevor King2009-12-061-4/+2
* becommands.target.bug_target(TARGET-BUG) now returns TARGET-BUGW. Trevor King2009-12-061-0/+2
* Merged be.target-as-bugW. Trevor King2009-12-0624-132/+506
|\
| * Marked as fixed 22b: Sorting targets chronologicallyW. Trevor King2009-12-063-1/+20
| * Updated NEWS.W. Trevor King2009-12-061-0/+26
| * Updated becommands/due.py copyright.W. Trevor King2009-12-061-1/+15
| * Added becommands/due.py to manage bug due dates.W. Trevor King2009-12-061-0/+92
| * `be target` gains --resolve and loses --list.W. Trevor King2009-12-051-29/+98
| * Docstring clarification in becommands.depend.get_blocked_by()W. Trevor King2009-12-051-1/+1
| * Removed target stuff from becommands/list.py and tweaked options.W. Trevor King2009-12-052-37/+26
| * Moved becommands.depend._allowed_values() to cmdutil.select_values()W. Trevor King2009-12-052-48/+64
| * Removed Bugs-Everywhere-Web/server.log from version controlW. Trevor King2009-12-051-26/+0
| * Removed Bug.target reference from interfaces/xml/be-xml-to-mbox.W. Trevor King2009-12-051-1/+0
| * Remove Bug.target references from several becommands (all but target.py).W. Trevor King2009-12-054-7/+4
| * Added --limit-status and --limit-severity to `be depend'.W. Trevor King2009-12-051-12/+79
| * Added retroactive dependencies between the legacy targets.W. Trevor King2009-12-053-0/+6
| * Remove some more Bug.target references from libbe/bug.pyW. Trevor King2009-12-051-6/+2
| * Updated the new target bugs' status to match blockersW. Trevor King2009-12-053-3/+3
| * Upgraded to Bugs Everywhere Directory v1.3W. Trevor King2009-12-057-10/+67
| * 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
| * 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