aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Created Sphinx framework with sphinx-quickstart and added .txt extensiosnsW. Trevor King2010-02-059-0/+303
| |/ /
| * | Sort comments in `be html`.W. Trevor King2010-02-022-8/+2
| * | Fix be-xml-to-mbox handling of non-text/* content typesW. Trevor King2010-02-021-6/+9
| * | Restore "content_type" kwarg to Comment.new_reply().W. Trevor King2010-02-022-9/+26
| * | Made Bzr/Darcs.version_cmp() more robust in response to Chris' email.W. Trevor King2010-02-012-18/+30
| * | Fixed Chris' "zero name length for Mercurial w/o ~/.hgrc" bug.W. Trevor King2010-02-011-1/+5
| * | Fix command name output of `be --complete`.W. Trevor King2010-02-012-5/+34
| * | Clearer UnicodeDecodeError message in command_line.dispatch().W. Trevor King2010-02-0110-0/+139
| * | libbe.command.html.HTMLGen._long_to_linked_user() handles failed conversion.W. Trevor King2010-01-302-4/+41
| * | Always load settings when initializing BugDir from storage.W. Trevor King2010-01-301-0/+1
| * | Fix `be show` handling for no IDsW. Trevor King2010-01-291-1/+1
| * | Add version information to test.py stderr for easier error reproductionW. Trevor King2010-01-291-0/+2
| * | Fix editor spawning on null-string EDITOR and VISUAL.W. Trevor King2010-01-291-4/+3
| * | Merged some new bugs and be-xml-to-mbox extra_strings fixW. Trevor King2010-01-2917-194/+59
| |\ \
| | * | Added #bea/169# : Generating per-bugdir/bug/comment change logsW. Trevor King2010-01-283-0/+47
| | * | Removed taglines other cruft from #bea/d99# commentsW. Trevor King2010-01-2813-192/+10
| | * | Fix "extra_strings" -> "extra-strings" typos in be-xml-to-mboxW. Trevor King2010-01-281-2/+2
| * | | Add some workarounds for older bzrlibs. Tested on 1.3.1W. Trevor King2010-01-281-1/+58
| |\ \ \
| | * | | Work around "bzr ls --non-recursive PATH : no list" bug in old bzrlib.W. Trevor King2010-01-281-4/+9
| | * | | Fix bzrlib.builtins.cmd_cat() output for pre 1.6.0 bzrlibs.W. Trevor King2010-01-281-1/+9
| | * | | Fix bzrlib.builtins.cmd_ls() recursion argument for pre 2.0 bzrlibs.W. Trevor King2010-01-281-1/+45
| |/ / /
| * / / Oops, fix Comment doctest EDITOR cleanupW. Trevor King2010-01-281-1/+1
| |/ /
| * | Merged with be.wtk trunkW. Trevor King2010-01-281-0/+3
| |\ \
| | * | Don't accidentally spawn VISUAL in Comment doctests.W. Trevor King2010-01-281-0/+3
| * | | Add #bea/9c2# : Can comment punt functionality to email.Message?W. Trevor King2010-01-283-0/+34
| |/ /
| * | Implement Arch._vcs_path()W. Trevor King2010-01-273-9/+30
| * | Implement Arch._vcs_changed().W. Trevor King2010-01-271-2/+46
| * | Fix StorageTestCase.classname -> ._classname()W. Trevor King2010-01-271-2/+2
| * | `be html` links (<a href="...) #-delimited references in text/* bodies.W. Trevor King2010-01-273-9/+50
| * | Merged clarifications requested by Ben FinneyW. Trevor King2010-01-279-45/+97
| |\ \
| | * | Make VCS error messages and Storage test failures more descriptiveW. Trevor King2010-01-275-11/+23
| | * | Add --help, --quiet options to test.py.W. Trevor King2010-01-271-33/+43
| | * | Encourage a run of `make` to build auto-generated files.W. Trevor King2010-01-273-1/+31
| * | | Merged be.auth, adding "--auth" to `be serve`W. Trevor King2010-01-276-196/+931
| |\ \ \ | | |/ / | |/| |
| | * | Streamlined libbe.command.serve, adding --auth option, #/bea/c1b#, and testing.W. Trevor King2010-01-276-196/+931
| |/ /
| * | Added --ssl to `be serve` using cherrypy.wsgiserver.W. Trevor King2010-01-252-61/+214
| * | Convert libbe.command.serve to WSGI for increased flexibility.W. Trevor King2010-01-251-256/+271
| * | Rework fix for #bea/8fc# : be crashes on outdated id-cacheW. Trevor King2010-01-251-7/+10
| * | Don't print 'Multiple paths' message on cache regenW. Trevor King2010-01-251-3/+3
| * | Fixed #bea/8fc# : be crashes on outdated id-cacheW. Trevor King2010-01-243-2/+10
| * | Added bug #bea/8fc# : be crashes on outdated id-cacheW. Trevor King2010-01-245-0/+78
| * | Merged be.doc documentation rewrite + bugfixes + new bugsW. Trevor King2010-01-2427-105/+700
| |\ \
| | * | Rewrote documentationW. Trevor King2010-01-247-86/+560
| | * | Added some bugs (and fixed typo) noticed while rewriting documentationW. Trevor King2010-01-249-7/+100
| | * | Fix Diff.comment_body_change_string's difflib.unified_diff callW. Trevor King2010-01-241-1/+4
| | * | Fixed List --severity handling, added --importantW. Trevor King2010-01-231-2/+3
| | * | Fix vars call for `be target --help`W. Trevor King2010-01-231-1/+1
| | * | Update --subscriber option help string for SubscribeW. Trevor King2010-01-231-1/+1
| | * | Modern ID format in `be list` _long_helpW. Trevor King2010-01-231-5/+5
| | * | Fix broken handling of non-text/plain commentsW. Trevor King2010-01-232-3/+10