2009-07-23 |
W. Trevor King | Added libbe.bug.cmp_comments(), and added that to defau... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | Fixed unrecognized "Test" typo in becommands/comment.py. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | Added libbe.tree.Tree.has_descendant(). |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | libbe/tree.Tree.traverse(depthFirst)->depth_first ... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
W. Trevor King | Show text of comment's reference in notes when spawning... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | Added .extra_strings to BugDir and Comment |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | I'll add Comment.extra_strings too, while I'm at it. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | Added BugDir.extra_strings. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | Bug._extra_strings_check_fn() guts now utility.iterable... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | Merged libbe.properties unittest fix |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | libbe.properties unittest changes due to "extra change... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | I imported a few threads from the mailing list as wishl... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | Added "--no-comments" to "be show". |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | be-mbox-to-xml is now better at message-id, in-reply... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | "be comment --xml" now saves the comments (again). |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | be-mbox-to-xml handles emails without explicit transfer... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | Added cProfile notes to README.dev. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | Fixed extra change-hook save in testChangeHookMutablePr... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | Touched up becommands/diff.py's help message. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | Cleaned up saving/sync_with_disk. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
W. Trevor King | Cleaned up some outdated libbe.settings_object.EMPTY... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
W. Trevor King | Added --allow-empty to "be commit" |
commit | commitdiff | tree | snapshot |
2009-07-19 |
W. Trevor King | Added becommands/commit.py and minor fixes. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
W. Trevor King | Import sys in becommands/new.py. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
W. Trevor King | Fixed broken path in libbe.rcs.RCS._rcs_get_file_conten... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
W. Trevor King | Merged directory reorganization |
commit | commitdiff | tree | snapshot |
2009-07-14 |
W. Trevor King | libbe/_version.py made PHONY in Makefile. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
W. Trevor King | Updated Makefile to match new organization |
commit | commitdiff | tree | snapshot |
2009-07-14 |
W. Trevor King | Reorganized directory structure, mostly to put all... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
W. Trevor King | Updated README to match current status. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
W. Trevor King | Updated GPLv2 to current GPLv2. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
W. Trevor King | Updated setup.py url and switched to rolling version... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Alex Miller | Merged Alex Miller's git-config-not-found patch |
commit | commitdiff | tree | snapshot |
2009-07-13 |
W. Trevor King | Fixed "be --dir --complete" |
commit | commitdiff | tree | snapshot |
2009-07-13 |
W. Trevor King | Added --dir option to "be" |
commit | commitdiff | tree | snapshot |
2009-07-13 |
W. Trevor King | Use CmdOptionParser in "be". |
commit | commitdiff | tree | snapshot |
2009-07-12 |
W. Trevor King | Added (commented out) /usr/local PREFIX to Makefile. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
W. Trevor King | Added "be comment --xml --ignore-missing-references... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
W. Trevor King | be-mbox-to-xml passes attributes on to each part of... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
W. Trevor King | Altered be-xml-to-mbox to work with non-ASCII input. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
W. Trevor King | Added timezone handling to libbe.utility.str_to_time. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
W. Trevor King | Not escaping whitespace (e.g. endlines) outside the... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
W. Trevor King | Minor fixes to get unittests working again. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
W. Trevor King | Added be-mbox-to-xml. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
W. Trevor King | Went through "closed" bugs looking for miss-categorized... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
W. Trevor King | Updating "be set --help" and "be status --help". |
commit | commitdiff | tree | snapshot |
2009-07-11 |
W. Trevor King | Removed <abentley@panoramicfeedback.com> from copyright... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
W. Trevor King | "be comment --xml" now translates comment uuids to... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
W. Trevor King | Adjustments to new versioned_property behavior. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
W. Trevor King | Fixed versioned_property(default=None, generator=None... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
W. Trevor King | Fixed minor doctest failure in cmdutil.py |
commit | commitdiff | tree | snapshot |
2009-07-11 |
W. Trevor King | Merged "be comment --xml" code from home. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
W. Trevor King | seems to work ;) |
commit | commitdiff | tree | snapshot |
2009-07-10 |
W. Trevor King | Save whole bugdir in becommands/tag.py. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
W. Trevor King | Simplified error handling in ./be |
commit | commitdiff | tree | snapshot |
2009-07-08 |
W. Trevor King | Added new-bug-from-stdin to mirror comments-from-stdin. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
W. Trevor King | Added "be show --only-raw-body COMMENT-ID". |
commit | commitdiff | tree | snapshot |
2009-07-06 |
W. Trevor King | Added ability to show individual comments with "be... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
W. Trevor King | "be init [ROOTDIR]" -> "be init [--root ROOTDIR]" |
commit | commitdiff | tree | snapshot |
2009-07-02 |
W. Trevor King | Updated darcs put command for darcs >= 2.2.0, following... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
W. Trevor King | Updated copyright blurbs and AUTHORS and included scrip... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
W. Trevor King | "be set-root" changed to "be init" |
commit | commitdiff | tree | snapshot |
2009-06-30 |
W. Trevor King | "be comment" now handles the default options.content_type. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
W. Trevor King | Add "--show-status" flag to "be depend" |
commit | commitdiff | tree | snapshot |
2009-06-30 |
W. Trevor King | Added darcs support. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
W. Trevor King | Remove blank line from bug.xml() output when bug has... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
W. Trevor King | Added ability to handle non text/* MIME types. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
W. Trevor King | Updated help strings, man page, and completions |
commit | commitdiff | tree | snapshot |
2009-06-25 |
wking | Fixed libbe.rcs.RCS.installed to handle missing backend... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
W. Trevor King | Updated .bzringore and Makefile.GENERATED_FILES |
commit | commitdiff | tree | snapshot |
2009-06-25 |
W. Trevor King | Added auto-generated version info. (be --version) |
commit | commitdiff | tree | snapshot |
2009-06-25 |
W. Trevor King | Remove blank line from tag's output if no tags exist |
commit | commitdiff | tree | snapshot |
2009-06-25 |
W. Trevor King | Added regexp matching to `be list --extra-strings' |
commit | commitdiff | tree | snapshot |
2009-06-25 |
W. Trevor King | Added extra_strings functionality to libbe.bug.xml... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
W. Trevor King | Merged extra-strings branch, adding be tag/depend. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
W. Trevor King | Added `be depend'. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
W. Trevor King | Added `be tag --list' to list all tags. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
W. Trevor King | Added -e/--extra-strings option to `be list` |
commit | commitdiff | tree | snapshot |
2009-06-25 |
W. Trevor King | Fixed settings=None bug when bug values file is blank... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
W. Trevor King | tag --remove now returns bug.settings["extra_strings... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
W. Trevor King | Merged from main branch. I like my version better ;). |
commit | commitdiff | tree | snapshot |
2009-06-24 |
W. Trevor King | `be target list` -> `be target --list` to standardize... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Chris Ball | Add documentation and testcase for "be target list". |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Gianluca Montecchi | Only print a target in "be target list" if it's a string. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Chris Ball | Add "be target list", to show a list of existing targets. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Chris Ball | Merge with W. Trevor King's tree. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Gianluca Montecchi | Add ability to list all current targets. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
W. Trevor King | Use generator instead of default for libbe.bug.Bug... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
W. Trevor King | Added test case for mutables to libbe/settings_object. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
W. Trevor King | Cleaned up libbe.propertied.change_hook_property for... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
W. Trevor King | Added becommands/tag.py |
commit | commitdiff | tree | snapshot |
2009-06-23 |
W. Trevor King | Added Bug.extra_strings to support add-on functionality... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
W. Trevor King | Consolidated outstanding bugs. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
W. Trevor King | Added `be list --sort *` for user-selectable sorting. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
W. Trevor King | Use Comment.content_type in xml output. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
W. Trevor King | Merged be-xml-to-mbox |
commit | commitdiff | tree | snapshot |
2009-06-22 |
W. Trevor King | Created be-xml-to-mbox. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
W. Trevor King | Only print RFC 2822 date in bug xml output. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
W. Trevor King | Escape XML strings. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
W. Trevor King | Adjusted catmutt for portability following Mortiz'... |
commit | commitdiff | tree | snapshot |
next |