aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/comment.py
Commit message (Expand)AuthorAgeFilesLines
* Used PyCharms inspectors.Matěj Cepl2024-03-301-4/+4
* WIP plenty of clean-ups and porting to Python 3.Matěj Cepl2024-01-211-2/+2
* 2to3 conversion of the repo.Matěj Cepl2024-01-181-1/+1
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+2
* Rewrite commands to use bugdirs instead of a single bugdir.W. Trevor King2012-08-291-3/+4
* Make the full UUIDs optional for `new` and `comment`.W. Trevor King2012-03-031-1/+7
* Print full UUIDs during `new` and `comment`.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)2012-03-021-1/+1
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Run update_copyright.py.W. Trevor King2011-05-251-0/+2
* Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/beChris Ball2011-01-081-3/+5
|\
| * Provide context in comments editor.Robert Lehmann2010-11-211-3/+5
* | Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
|/
* Ran update_copyright.pyW. Trevor King2010-06-221-12/+13
* Restore "content_type" kwarg to Comment.new_reply().W. Trevor King2010-02-021-2/+2
* Oops, fix Comment doctest EDITOR cleanupW. Trevor King2010-01-281-1/+1
* Don't accidentally spawn VISUAL in Comment doctests.W. Trevor King2010-01-281-0/+3
* Fix broken handling of non-text/plain commentsW. Trevor King2010-01-231-1/+1
* Added "Created comment..." output to `be comment`W. Trevor King2010-01-231-0/+9
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Added UserInterface and other improved abstractions for command handlingW. Trevor King2009-12-311-8/+11
* Transitioned severity to Command-format, also added Command._get_*()W. Trevor King2009-12-141-6/+7
* Transitioned merge to Command-formatW. Trevor King2009-12-141-4/+5
* Transitioned import_xml to Command-formatW. Trevor King2009-12-141-0/+1
* Transitioned comment to Command formatW. Trevor King2009-12-141-109/+96
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-0/+164