aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/util/id.py
Commit message (Expand)AuthorAgeFilesLines
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+1
* Rewrite commands to use bugdirs instead of a single bugdir.W. Trevor King2012-08-291-13/+19
* Make ID expansion less strict for comment text.W. Trevor King2012-03-031-3/+11
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Run update_copyright.py.W. Trevor King2011-05-251-1/+2
* Update libbe.util.id other_uuids documentation (may contain uuid).W. Trevor King2011-05-121-4/+4
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Ran update_copyright.pyW. Trevor King2010-06-221-11/+12
* Added `be html --min-id-length INT` optionW. Trevor King2010-02-201-0/+2
* Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"W. Trevor King2010-02-071-40/+263
* libbe.command.html.HTMLGen._long_to_linked_user() handles failed conversion.W. Trevor King2010-01-301-2/+7
* `be html` links (<a href="...) #-delimited references in text/* bodies.W. Trevor King2010-01-271-4/+12
* Don't raise MultipleIDMatches if one of the matches is exact.W. Trevor King2010-01-211-0/+2
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Fixed up the completion helpers in libbe.command.utilW. Trevor King2009-12-291-90/+196
* Fixed libbe.storage.util.upgradeW. Trevor King2009-12-271-1/+0
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-5/+5
* Added parse_user() calls to AssignW. Trevor King2009-12-141-23/+36
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-131-1/+1
* Moved bugdir, bug, and comment over to new id implementation.W. Trevor King2009-12-101-5/+23
* Rethought libbe.util.id moduleW. Trevor King2009-12-091-40/+254
* Transitioned bugdir.py to new storage format.W. Trevor King2009-12-081-11/+24
* Extend libbe.util.id to handle id (path) creation.W. Trevor King2009-12-081-0/+110