aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
Commit message (Expand)AuthorAgeFilesLines
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-0725-4302/+0
* be --dir DIR COMMAND now roots the bugdir in DIR without changing directories.W. Trevor King2009-12-0724-57/+104
* 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
* 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-051-48/+11
* 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
* Fixed shortname -> bugname in becommands/show.py.W. Trevor King2009-12-051-1/+1
* Cleanup Dir in becommands/init.py doctest.W. Trevor King2009-12-051-0/+1
* Merged be.diff-subscribeW. Trevor King2009-12-052-126/+92
|\
| * More 'DIR'->diff.BUGDIR_ID updatesW. Trevor King2009-12-052-8/+8
| * Created diff.subscriptions_from_string()W. Trevor King2009-12-051-11/+5
| * Added --subscribe option to `be diff`W. Trevor King2009-12-051-9/+25
| * Added subscriptions option to diff.Diff.report_tree().W. Trevor King2009-12-051-2/+3
| * Moved subscription types from becommands/subscribe.py to libbe/diff.py.W. Trevor King2009-12-051-69/+36
| * 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
|/
* Added --dir option to `be diff'.W. Trevor King2009-12-041-3/+17
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-031-124/+128
* Added copyright blurbs to __init__.py files.W. Trevor King2009-12-031-0/+16
* Fixed import_xml.py to live up to its longhelp description.W. Trevor King2009-11-301-27/+188
* BugDir.list_uuids() -> BugDir.uuids()W. Trevor King2009-11-282-2/+2
* Added restrict_file_access to becommands' execute() args.W. Trevor King2009-11-2123-23/+27
* Adjusted `be import-xml` to properly handle croot_bug==None.W. Trevor King2009-11-211-26/+31
* `be email-bugs` now uses `be show` internals to produce consistent XML.W. Trevor King2009-11-213-66/+78
* Upgraded `be show --xml` to new <be-xml> format.W. Trevor King2009-11-212-41/+111
* Broke `be comment --xml` out and extended into `be import-xml`.W. Trevor King2009-11-2114-99/+285
* Fix typo in becommands.init's doctestW. Trevor King2009-11-201-0/+1
* Adjusted test.py to use an installed vcs by default.W. Trevor King2009-11-201-7/+6
* Added becommands/email_bugs.pyW. Trevor King2009-11-201-0/+231
* Removed superfluous 'import time' from becommands/commit.py doctest.W. Trevor King2009-11-201-1/+1
* Ran the new update_copyright.pyW. Trevor King2009-11-1917-9/+22
* - Merged Trevor branchGianluca Montecchi2009-10-221-83/+93
|\
| * Merged Gianluca's recent `be html` work.W. Trevor King2009-10-211-49/+97
| |\
| * | Save non-text/ comments as separate files. Inline images.W. Trevor King2009-10-201-29/+57
| * | Pass content_type to Comment.new_reply() to fix error adding non-text/ commentsW. Trevor King2009-10-201-3/+1
| * | Restructured becommands/html to make templating more flexible + general clean...W. Trevor King2009-10-201-437/+363
| * | General cleanup of becommands/html.pyW. Trevor King2009-10-191-172/+141
| * | Merged Gianluca's html becommand with templates.W. Trevor King2009-10-191-367/+415
| |\ \
| * | | Moved from *.__del__() to exclusive use of *.cleanup().W. Trevor King2009-10-051-1/+1
| * | | Fixed invalid TAG error in becommands.subscribe.get_subscribers()W. Trevor King2009-09-261-0/+2
| * | | Added -a and -l options to be subscribe.W. Trevor King2009-09-261-11/+29
| * | | Use Bug.active to decide active status in becommands/html.pyW. Trevor King2009-09-231-1/+1
| * | | RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-314-25/+25