aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
Commit message (Expand)AuthorAgeFilesLines
* Import select in libbe.subproc if _POSIX == TrueW. Trevor King2009-11-201-0/+3
* Adjusted test.py to use an installed vcs by default.W. Trevor King2009-11-203-8/+19
* Broke subprocess handling out into its own submodule libbe.subproc.W. Trevor King2009-11-204-43/+227
* Ran the new update_copyright.pyW. Trevor King2009-11-1921-14/+33
* Use unicode_output=False in some Darcs._u_invoke_client() calls.W. Trevor King2009-11-176-21/+19
* Cleanup temp. dir. in libbe.vcs tests.W. Trevor King2009-11-171-1/+2
* "CommandStderr" -> "CommandError" in VCS._u_invoke()W. Trevor King2009-11-171-1/+1
* Don't attempt to convert unicode objects to strings in *._setting_attr_string()W. Trevor King2009-11-172-2/+6
* Set binary=True for mapfile file handlingW. Trevor King2009-11-171-4/+9
* Added unicode_output option to VCS._u_invoke()W. Trevor King2009-11-171-2/+8
* rename "output","error" -> "stdout","stderr" in VCS._u_invoke()W. Trevor King2009-11-171-4/+4
* Pass content_type to Comment.new_reply() to fix error adding non-text/ commentsW. Trevor King2009-10-201-1/+3
* Oops, fixed return typo in libbe.darcs.Darcs._vcs_get_file_contents()W. Trevor King2009-10-061-8/+8
* Moved VCS detection from _vcs_help() to _vcs_version().W. Trevor King2009-10-066-22/+29
* Moved from *.__del__() to exclusive use of *.cleanup().W. Trevor King2009-10-054-14/+9
* Fixed bugdir name collision in cmdutil.bug_from_shortname()W. Trevor King2009-09-231-2/+2
* os.path.isdir() -> .exists() for check for "comments" file.W. Trevor King2009-09-211-1/+1
* Include stdout in CommandError.W. Trevor King2009-09-193-8/+9
* Added libbe.version, wrapping the auto-generated libbe._version.W. Trevor King2009-09-151-0/+50
* Added docstrings to libbe submodules.W. Trevor King2009-08-3119-29/+123
* BugDir.duplicate_bugdir() fix for when parent bugdir's sync_with_disk == False.W. Trevor King2009-08-311-2/+8
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-3112-461/+477
* Use 'v#.#' for major/minor version in upgrade.BUGDIR_DISK_VERSIONSW. Trevor King2009-08-311-1/+1
* Upgrade duplicate bugdirs if necessary (e.g. for `be diff').W. Trevor King2009-08-313-20/+49
* Added libbe/upgrade.py to handle upgrading on-disk bugdirs.W. Trevor King2009-08-313-16/+144
* Made get_path() definitions consistent between bugdirs, bugs, and comments.W. Trevor King2009-08-313-15/+15
* Handle BugDir.list_uuids() in the case of missing ".be/bugs/".W. Trevor King2009-08-111-4/+5
* Now libbe.git.Git handles missing name/email and guesses instead.W. Trevor King2009-08-041-4/+12
* Ssupport for UTF-8 in "be comment" calls to EDITOR/VISUAL.W. Trevor King2009-08-031-1/+2
* Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-313-36/+54
* Return to original directory after libbe.bugdir.SimpleBugDirTestCase().W. Trevor King2009-07-311-0/+2
* Removed libbe.bzr.Bzr's automerge on post-commit.W. Trevor King2009-07-311-14/+0
* Fixed libbe.bugdir.BugDirTestCase.testComments(sync_with_disk=False).W. Trevor King2009-07-311-1/+1
* Fixed comment.cmp_attr unittest because "o" > "a" so cmp("o", "a") == 1.W. Trevor King2009-07-311-2/+2
* Fixed indent spacing in libbe.diff.report().W. Trevor King2009-07-311-20/+22
* Merged interactive email interfaceW. Trevor King2009-07-2914-341/+972
|\
| * Corrected some problems with revision_id() before an initial commit.W. Trevor King2009-07-293-2/+19
| * Cleaned up be-handle-mail's subscriber notification emails (fewer attachments).W. Trevor King2009-07-271-20/+20
| * Tweaked the output text for modified bugs in libbe.diff and be-handle-mail.W. Trevor King2009-07-271-1/+3
| * Removed debugging exception from libbe/comment.py.W. Trevor King2009-07-271-1/+0
| * Comment.remove() now ignores .sync_with_disk when removing the root comment.W. Trevor King2009-07-271-1/+1
| * Added default to settings_object.versioned_property's change_hook_property.W. Trevor King2009-07-272-13/+8
| * Added cmp functions to libbe.comment, and fleshed them out in libbe.bug.W. Trevor King2009-07-273-7/+78
| * Hack Comment.load_settings() to work around From->Author change.W. Trevor King2009-07-271-0/+3
| * Cache data strings in libbe.diff.DiffTree.W. Trevor King2009-07-271-0/+3
| * Major rewrite of libbe.diff introduces DiffTree and Diff classes.W. Trevor King2009-07-271-94/+368
| * .sync_with_disk fixes for libbe.bugdir and .comment.W. Trevor King2009-07-272-4/+8
| * Added DiskAccessRequired errors to libbe.bug.Bug and .comment.Comment.W. Trevor King2009-07-262-98/+144
| * BugDir._in_memory was a stupid idea. Took it back out.W. Trevor King2009-07-261-103/+147
| * Added in_memory to BugDir.__init__ to disable saving/loading completely.W. Trevor King2009-07-251-17/+77