aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
Commit message (Expand)AuthorAgeFilesLines
* Renamed Comment.From and .time_string to .author and .date respectively.W. Trevor King2009-07-251-2/+2
* "be diff" now compares agains the last commit (for versioning VCSs).W. Trevor King2009-07-231-0/+2
* Added Tree types and get_bugdir_subscribers to becommands/subscribe.py.W. Trevor King2009-07-231-83/+214
* Merged libbe.diff upgrades and libbe.tree.Tree.has_descendant from be.wtk-rr.W. Trevor King2009-07-232-9/+16
|\
| * Added bugdir setting comparision to libbe.diff.W. Trevor King2009-07-231-3/+4
| * Fixed unrecognized "Test" typo in becommands/comment.py.W. Trevor King2009-07-231-1/+1
| * Show text of comment's reference in notes when spawning EDITOR.W. Trevor King2009-07-221-2/+17
* | Added becommands/subscribe.py to manage subscription list.W. Trevor King2009-07-221-0/+237
* | Merged assorted changes from be.wtk-rr for BugDir.extra_strings.W. Trevor King2009-07-2113-29/+28
|\|
| * Added "--no-comments" to "be show".W. Trevor King2009-07-211-9/+16
| * "be comment --xml" now saves the comments (again).W. Trevor King2009-07-211-0/+1
| * Touched up becommands/diff.py's help message.W. Trevor King2009-07-211-3/+4
| * Cleaned up saving/sync_with_disk.W. Trevor King2009-07-2112-17/+7
* | Merged "be commit --allow-empty from be.wtk-rr"W. Trevor King2009-07-191-3/+12
|\|
| * Added --allow-empty to "be commit"W. Trevor King2009-07-191-3/+12
* | Merged becommands/commit.py addition from be.wtk-rr.W. Trevor King2009-07-191-0/+68
|\|
| * Added becommands/commit.py and minor fixes.W. Trevor King2009-07-191-0/+68
* | Merged some bugfixes from be.wtk-rrW. Trevor King2009-07-181-0/+1
|\|
| * Import sys in becommands/new.py.W. Trevor King2009-07-181-0/+1
* | Renamed test->manipulate_encodings in becommands.*.execute.W. Trevor King2009-07-1618-90/+110
* | Added --author and --alt-id to "be comment".W. Trevor King2009-07-141-0/+8
|/
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-1418-199/+198
* Added "be comment --xml --ignore-missing-references ID COMMENT".W. Trevor King2009-07-121-1/+8
* Altered be-xml-to-mbox to work with non-ASCII input.W. Trevor King2009-07-121-1/+2
* Not escaping whitespace (e.g. endlines) outside the XML document root.W. Trevor King2009-07-121-1/+1
* Added be-mbox-to-xml.W. Trevor King2009-07-122-2/+5
* Went through "closed" bugs looking for miss-categorized bugs.W. Trevor King2009-07-111-3/+3
* Updating "be set --help" and "be status --help".W. Trevor King2009-07-112-20/+57
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-1114-14/+0
* "be comment --xml" now translates comment uuids to alt_ids.W. Trevor King2009-07-111-5/+11
* Adjustments to new versioned_property behavior.W. Trevor King2009-07-115-12/+12
* seems to work ;)W. Trevor King2009-07-101-5/+38
* Save whole bugdir in becommands/tag.py.W. Trevor King2009-07-101-1/+1
* Added new-bug-from-stdin to mirror comments-from-stdin.W. Trevor King2009-07-071-3/+8
* Added "be show --only-raw-body COMMENT-ID".W. Trevor King2009-07-061-1/+7
* Added ability to show individual comments with "be show".W. Trevor King2009-07-061-10/+30
* "be init [ROOTDIR]" -> "be init [--root ROOTDIR]"W. Trevor King2009-07-011-15/+16
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-0116-16/+51
* "be set-root" changed to "be init"W. Trevor King2009-06-301-2/+2
* "be comment" now handles the default options.content_type.W. Trevor King2009-06-301-1/+2
* Add "--show-status" flag to "be depend"W. Trevor King2009-06-301-1/+13
* Added ability to handle non text/* MIME types.W. Trevor King2009-06-261-3/+7
* Updated help strings, man page, and completionsW. Trevor King2009-06-252-2/+2
* Remove blank line from tag's output if no tags existW. Trevor King2009-06-251-1/+2
* Added regexp matching to `be list --extra-strings'W. Trevor King2009-06-251-4/+8
* Merged extra-strings branch, adding be tag/depend.W. Trevor King2009-06-253-4/+227
|\
| * Added `be depend'.W. Trevor King2009-06-252-20/+97
| * Added `be tag --list' to list all tags.W. Trevor King2009-06-251-5/+21
| * Added -e/--extra-strings option to `be list`W. Trevor King2009-06-251-4/+12
| * tag --remove now returns bug.settings["extra_strings"] to EMPTY.W. Trevor King2009-06-251-4/+8