summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update link to Numpy docstring guidelines.W. Trevor King2011-01-10
* Use Docutils' rst2doc instead of DocBook XML to generate man page.W. Trevor King2011-01-10
* Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/beChris Ball2011-01-08
|\
| * Respected all sorting criteria, not only the last.Robert Lehmann2010-11-26
| * Change status on assignment of open bugs.Robert Lehmann2010-11-26
| * Add `mine' sorting criteria showing bugs assigned to yourself first.Robert Lehmann2010-11-26
| * Safeguard List._sort_bugs from accumulating values in its default parameters.Robert Lehmann2010-11-26
| * Use a clean getattr() instead of eval().Robert Lehmann2010-11-26
| * Allow multiple words to be completed at once, eg. for assignees.Robert Lehmann2010-11-26
| * Exclude --complete from completion.Robert Lehmann2010-11-26
| * Refrain from committing outstanding changes.Robert Lehmann2010-11-21
| * Provide context in comments editor.Robert Lehmann2010-11-21
| * Fix list --important to actually apply a filter.Robert Lehmann2010-11-14
* | Bumped to version 1.0.0Chris Ball2011-01-08
* | Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/beChris Ball2011-01-08
|\ \ | |/ |/|
| * Fix unittest for `be show` after 22dd202ff4c0a1893f6e9f4d2b6aa1d4da3bf728.W. Trevor King2010-12-06
| * Make libbe.storage.vcs.darcs.Darcs._vcs_listdir() more robust.W. Trevor King2010-12-06
| * Run cmd.cleanup_now() after executing bzr commands.W. Trevor King2010-12-06
| * Adjust `be show --xml` since changes to version_info after Bzr->Git migration.W. Trevor King2010-12-06
| * Update release.py to generate .be/id-cache and remove update_copyright.py.W. Trevor King2010-12-06
| * Cleanup linking from doc/tutorial.txt to email and HTTP docs.W. Trevor King2010-12-06
* | Clarify that bugs cannot contain multi-line descriptionsDieter Plaetinck2010-10-31
* | Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/beChris Ball2010-10-31
|\|
| * Add missing bugs & values from my copy of the old CFBE Mercurial repo.W. Trevor King2010-10-30
| * Add .be/id-cache to .gitignore.W. Trevor King2010-10-30
| * Restore comment body for /bea/866/738 (lost on the CFBE merge?).W. Trevor King2010-10-30
| * Make dependency tree output respect --show-status/--show-summary flags.W. Trevor King2010-10-28
| * Move Filter, parse_status, and parse_severity from list to depend.W. Trevor King2010-10-28
| * libbe.command.depend now shares libbe.command.list's status/severity parsing ...W. Trevor King2010-10-28
| * Fixed `list --sort ...` bug.W. Trevor King2010-10-28
| * Add `list --sort time` test reproducing Gianluca's bug.W. Trevor King2010-10-28
| * 'be vXXX' -> 'be XXX' in Sphinx-generated docs to avoid git-hash confusion.W. Trevor King2010-10-22
| * Tell Makefile how to generate HTML versions of man pages.W. Trevor King2010-10-22
| * Document command line overrides for built documentation.W. Trevor King2010-10-22
| * Allow command line overrides for built documentation.W. Trevor King2010-10-22
* | Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/beChris Ball2010-10-21
|\|
| * Simpler undo message in release.py's help.W. Trevor King2010-10-21
| * release.set_vcs_name() now adjusts any vcs settings in the exported .be/.W. Trevor King2010-10-21
| * Ensure target_dir has trailing separator in release.export().W. Trevor King2010-10-21
| * Rename tag -> _tag in release.py to avoid collision with tag() function.W. Trevor King2010-10-21
| * Add `-a` option to `git commit` call in release.py.W. Trevor King2010-10-21
| * Use invoke() instead of Pipe() to run single commands in release.py.W. Trevor King2010-10-21
| * Updating copyright info in release.py can take a while. Let the user know.W. Trevor King2010-10-21
| * Ran update_copyright.py.W. Trevor King2010-10-21
| * Update ALIASES in update_copyright.py.W. Trevor King2010-10-21
| * Simpler (and faster) ChangeLog format in release.py.W. Trevor King2010-10-21
| * Update release.py for use with git-versioned BE.W. Trevor King2010-10-21
* | Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/beChris Ball2010-10-18
|\|
| * Point out that official packages may not be up to date.W. Trevor King2010-10-12
| * Add manpage/DocBook section to doc/doc.txt.W. Trevor King2010-09-28