aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | | Silence testsuite warnings, from W. Trevor King.Chris Ball2009-10-055-15/+10
| |\ \ \ | |/ / / |/| | |
* | | | Moved from *.__del__() to exclusive use of *.cleanup().W. Trevor King2009-10-055-15/+10
| * | | Large merge from W. Trevor King, including Gianluca's HTML export.Chris Ball2009-10-05284-2164/+6394
| |\ \ \ | |/ / / |/| | |
* | | | Set self.ret if necessary in be-handle-mail.Command.response_msg().W. Trevor King2009-09-261-0/+1
* | | | Added "Confirm" and "Subscribe" pseudoheaders to be-handle-mail.W. Trevor King2009-09-261-8/+44
* | | | Load bugs in be-handle-mail.Message.subscriber_emails().W. Trevor King2009-09-261-0/+2
* | | | Fix agressive be-handle-mail.Message._strip_footer().W. Trevor King2009-09-261-0/+1
* | | | Prefix cache attributes in be-handle-mail with underscore (_).W. Trevor King2009-09-261-5/+5
* | | | Fixed invalid TAG error in becommands.subscribe.get_subscribers()W. Trevor King2009-09-261-0/+2
* | | | Added -a and -l options to be subscribe.W. Trevor King2009-09-261-11/+29
* | | | Added normalize_RFC_2822_date() to be-mbox-to-xml.W. Trevor King2009-09-231-3/+21
* | | | Added normalize_email_address() to be-mbox-to-xmlW. Trevor King2009-09-231-1/+4
* | | | Fixed mutliple in-reply-to splitting in be-mbox-to-xmlW. Trevor King2009-09-231-1/+3
* | | | Fixed bugdir name collision in cmdutil.bug_from_shortname()W. Trevor King2009-09-231-2/+2
* | | | Use Bug.active to decide active status in becommands/html.pyW. Trevor King2009-09-231-1/+1
* | | | Convert incoming text/* email payloads to unicode in be-handle-mail.W. Trevor King2009-09-232-10/+9
* | | | 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
* | | | Fixed email.Parser typo in send_pgp_mime.py imports for Python 2.4.W. Trevor King2009-09-171-1/+1
* | | | Added `be --verbose-version' option to print full version information.W. Trevor King2009-09-151-2/+4
* | | | Added libbe.version, wrapping the auto-generated libbe._version.W. Trevor King2009-09-152-2/+52
* | | | Fixed a few typos in be-handle-mailW. Trevor King2009-09-131-4/+4
* | | | Mention commit message in interactive email README subject explaination.W. Trevor King2009-09-131-2/+2
* | | | Explicitly set encoding to UTF-8.W. Trevor King2009-09-131-0/+3
* | | | Typo EncryptedMessageFactory -> PGPMimeMessageFactory in send-pgp-mime.pyW. Trevor King2009-09-111-2/+2
* | | | Added docstrings to libbe submodules.W. Trevor King2009-08-3121-32/+126
* | | | 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-3121-494/+510
* | | | Merged be.on-disk-upgrade, which added libbe.upgradeW. Trevor King2009-08-31187-1217/+806
|\ \ \ \
| * | | | Use 'v#.#' for major/minor version in upgrade.BUGDIR_DISK_VERSIONSW. Trevor King2009-08-312-2/+2
| * | | | 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-31177-1164/+702
| * | | | Made get_path() definitions consistent between bugdirs, bugs, and comments.W. Trevor King2009-08-314-15/+32