aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't get VCS version in VCS.__init__().W. Trevor King2009-12-031-2/+6
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-0326-1045/+1161
* Added copyright blurbs to __init__.py files.W. Trevor King2009-12-032-0/+32
* Remove _test() functions from plugin.py and cmdutil.py.W. Trevor King2009-12-032-15/+0
* Merged completed be.email-bugs branch.W. Trevor King2009-11-3013-112/+593
|\
| * Mark bug 565 as fixed: be email-bugs for bug submission from bzr-less usersW. Trevor King2009-11-301-1/+1
| * be-handle-mail uses more conservative --add-only for be-bugs:xmlW. Trevor King2009-11-301-1/+1
| * Generalized doctest string in subproc.pyW. Trevor King2009-11-301-1/+1
| * Added some thoughts on import_xml merge algorithmsW. Trevor King2009-11-302-0/+39
| * Fixed import_xml.py to live up to its longhelp description.W. Trevor King2009-11-301-27/+188
| * Avoid redundant Comment.alt_idsW. Trevor King2009-11-301-1/+3
| * Changed Bug and Comment.merge() kwargs.W. Trevor King2009-11-302-25/+69
| * Minor BugDir docstring typo correction.W. Trevor King2009-11-301-1/+1
| * Moved comment.list_to_root() to Bug.add_comments() with some cleanups.W. Trevor King2009-11-292-65/+45
| * Added comment import to Bug.from_xml().W. Trevor King2009-11-282-10/+93
| * test.py now uses unittest.TestSuite 'suite' in becommands if present.W. Trevor King2009-11-281-1/+4
| * BugDir.list_uuids() -> BugDir.uuids()W. Trevor King2009-11-284-9/+9
| * Added Bug.merge() and Comment.merge().W. Trevor King2009-11-282-16/+185
* | Merged mostly completed `be email-bugs'.W. Trevor King2009-11-2145-478/+1340
|\|
| * Added restrict_file_access to becommands' execute() args.W. Trevor King2009-11-2126-27/+57
| * Fix libbe.vcs.VCS.get_file_contents(allow_no_vcs=True,binary=True).W. Trevor King2009-11-211-1/+8
| * Updated interfaces/email/interactive/README for [be-bug:xml] interfaceW. Trevor King2009-11-211-2/+13
| * Added [be-tag:xml] processing to be-handle-mail.W. Trevor King2009-11-211-4/+25
| * Adjusted `be import-xml` to properly handle croot_bug==None.W. Trevor King2009-11-211-26/+31
| * Fixed bug in be-handle-mail.Message.parse_comment() for emails w/o Message-id.W. Trevor King2009-11-211-2/+4
| * Added interfaces/email/interactive/examples/email_bugsW. Trevor King2009-11-211-0/+37
| * `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-213-55/+128
| * Broke `be comment --xml` out and extended into `be import-xml`.W. Trevor King2009-11-2118-126/+373
| * Added Bug.from_xml() + some .from_xml() fixups.W. Trevor King2009-11-203-72/+152
| * Import os in libbe.subproc if _POSIX == TrueW. Trevor King2009-11-201-0/+1
| * Fix typo in becommands.init's doctestW. Trevor King2009-11-201-0/+1
| * 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-205-19/+30
| * Added becommands/email_bugs.pyW. Trevor King2009-11-201-0/+231
| * Broke subprocess handling out into its own submodule libbe.subproc.W. Trevor King2009-11-206-186/+233
| * Removed superfluous 'import time' from becommands/commit.py doctest.W. Trevor King2009-11-201-1/+1
| * Created bug 56506b73-36cc-4e32-a578-258a219edba8 describing problemW. Trevor King2009-11-203-0/+43
* | Fixed bug 529c290e-b1cf-4800-be7e-68f1ecb9565c (howto version BE).W. Trevor King2009-11-2013-1/+304
|/
* Have release.py update copyrights as well.W. Trevor King2009-11-202-15/+18
* Added release.py script automating release processW. Trevor King2009-11-201-0/+159
* Merged updated READMEs and new update_copyright.py (and its results).W. Trevor King2009-11-1947-204/+536
|\
| * Ran the new update_copyright.pyW. Trevor King2009-11-1943-26/+60
| * Translated update_copyright.sh to Python update_copyright.pyW. Trevor King2009-11-192-158/+454
| * Updated README and Bugs-Everywhere-Web/README.W. Trevor King2009-11-192-20/+22
* | Updated NEWS fileW. Trevor King2009-11-171-0/+30
|/
* Fixed bug with unicode handling reported by Nicolas Alvarez.W. Trevor King2009-11-179-34/+48
|\
| * 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