aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | * | 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
| |/ /
| * | Merged Gianluca's nested directory fix.W. Trevor King2009-10-241-1/+1
| |\|
| | * - Merged Trevor branchGianluca Montecchi2009-10-221-83/+93
| | |\ | | |/ | |/|
| * | Merged Gianluca's recent `be html` work.W. Trevor King2009-10-211-49/+97
| |\ \
| | | * Fixed a typo in the --export-dir-template optionsGianluca Montecchi2009-10-211-1/+1
| | | * Fixed a problem with the creation of nested directoryGianluca Montecchi2009-10-211-1/+1
| | |/
| | * test for bzr mergegian2009-10-21288-6842/+4855
| | |\ | | |/ | |/|
| * | Merged my cleanup of Gianluca's HTML branch.W. Trevor King2009-10-206-517/+497
| |\ \
| | * | 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-202-4/+4
| | * | 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-194-368/+425
| |/| |
| * | | Non-event merge with trunk, just to pull in that bit of historyW. Trevor King2009-10-190-0/+0
| |\ \ \ | |/ / / |/| | |
* | | | Fix darcs testsuite failureChris Ball2009-10-066-30/+37
|\| | |
| * | | 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