aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Converted Bzr -> Git references in README and doc/*.txtW. Trevor King2010-06-242-11/+11
* Little fix to setup.pyGianluca2010-06-241-2/+2
* Ran update_copyright.pyW. Trevor King2010-06-2274-831/+931
* Updated update_copyright to work with git/hg/bzr.W. Trevor King2010-06-221-203/+538
* Use git log instead of git show in MakefileW. Trevor King2010-06-221-1/+1
* Moved .bzrignore -> .gitignore and updatedW. Trevor King2010-06-222-12/+5
* Updated _version.py and version.py to work with GitW. Trevor King2010-06-222-6/+6
* Merge from Trevor.Chris Ball2010-06-226-49/+58
|\
| * Merged Chris' tutorial BE server URL updateW. Trevor King2010-06-221-4/+4
| |\ | |/ |/|
* | Change location of be --serve'd bugs URL to http://bugs.bugseverywhere.org/Chris Ball2010-06-221-4/+4
* | Merge with TrevorChris Ball2010-06-224-4/+22
|\ \
* \ \ Merge with Trevor.Chris Ball2010-06-20770-10861/+20062
|\ \ \
| | | * Merged Darcs fixesW. Trevor King2010-06-221-6/+11
| | | |\
| | | | * Darcs should look in ~/.darcs/author not ~/.darcs/prefs/authorwking2010-06-221-3/+3
| | | | * Darcs._vcs_get_user_id() now also checks ~/.darcs/prefs/author|email.wking2010-06-221-4/+6
| | | | * Use 'darcs add --boring' for Darcs > 0.9.10wking2010-06-221-1/+4
| | | |/ | | |/|
| | | * Many markup fixes in doc/W. Trevor King2010-06-225-43/+47
| | |/
| | * Use os.path.join in libbe.storage.util.config.path.wking2010-06-222-2/+6
| | * Added -c/--creator to `be new`wking2010-06-221-1/+8
| | * Use Sphinx autosummary (required by numpydoc)wking2010-06-221-1/+2
| | * Added intersphinx_mapping to doc/conf.py.wking2010-06-221-0/+6
| |/
| * Fixed Eric Kow's _darcs/prefs/author bug.W. Trevor King2010-05-194-2/+16
| * Use _vcs_get_file_contents (vs get_file_contents) in Darcs._vcs_get_user_idW. Trevor King2010-05-191-1/+1
| * Merged Eric Kow's _darcs/prefs/author bug.W. Trevor King2010-05-193-0/+29
| |\
| | * Created bug 592 (_darcs/prefs/author).Eric Kow2010-03-293-0/+29
| * | Use getreader (not getwriter) for wrapping stdinW. Trevor King2010-05-191-1/+1
| * | Created a bug (wontfix) for Anton Batenev's default-EDITOR comments.W. Trevor King2010-03-198-1/+81
| * | Merged Anton Batenev's report of Nicolas Alvarez' unicode-in-be-new bugW. Trevor King2010-03-195-0/+97
| |\ \
| | * | Reported bug with utf-8 stringsAnton Batenev2010-03-164-2/+67
| |/ / |/| |
| * | Fix relative links from bug pages in `be html`.W. Trevor King2010-02-221-3/+3
| * | Use truncated_id in `be html` comment <div id="">W. Trevor King2010-02-221-4/+5
| * | Fix len(char) assertion typo in libbe.util.utility.underlined()W. Trevor King2010-02-201-1/+1
| * | Added `be html --min-id-length INT` optionW. Trevor King2010-02-202-2/+10
| * | Merged Gianluca's truncated-IDs in `be html` output patch.W. Trevor King2010-02-205-21/+67
| |\ \
| | * | Variable lenght of the file name in the be html command.Gianluca Montecchi2010-02-111-4/+34
| * | | Merged Gianluca's fix of my version of Eric's patch ;)W. Trevor King2010-02-102-1/+18
| |\| |
| | * | Fixed a bug in the be html command.gian2010-02-101-1/+1
| | * | Merged Trevor's treeGianluca Montecchi2010-02-10750-10415/+19314
| | |\ \ | | |/ / | |/| |
| * | | Merged Eric Kow's HTML escaping patchW. Trevor King2010-02-091-8/+1
| |\ \ \ | | | |/ | | |/|
| | * | Avoid double-escaping in 'be html'.Eric Kow2010-02-051-6/+1
| | * | Use ${HOME}/.local as default prefix.Eric Kow2010-02-051-1/+1
| |/ / |/| |
| * | Merged initial Sphinx documentation structure.W. Trevor King2010-02-0844-878/+1951
| |\ \
| | * | Consolidated Makefile and doc/man/module.mk. Incorperated doc/Makefile.W. Trevor King2010-02-083-78/+46
| | * | Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"W. Trevor King2010-02-0725-709/+1212
| | * | Use email.utils.formataddr/parseaddr to generate/parse user IDsW. Trevor King2010-02-071-29/+60
| | * | Use numpydoc and generate-libbe-txt.py to autogenerate API documentationW. Trevor King2010-02-0614-50/+96
| | * | Added bugdir and comment modules to Sphinx docsW. Trevor King2010-02-066-27/+55
| | * | Added libbe.bug to the Sphinx documentationW. Trevor King2010-02-066-7/+84
| | * | Broke out install.txt + reStructuredText markup fixesW. Trevor King2010-02-065-102/+132
| | * | Added page titles to the documentation & adjusted section levels.W. Trevor King2010-02-069-97/+138