Reported bug with utf-8 strings
[be.git] / becommands / show.py
2009-10-06 Chris BallLarge merge from W. Trevor King, including Gianluca...
2009-08-07 W. Trevor KingMerged Gianluca's html output branch.
2009-07-31 W. Trevor KingImproved unittest cleanup by adding BugDir.cleanup().
2009-07-29 W. Trevor KingMerged interactive email interface
2009-07-29 W. Trevor KingAdded clean messages on bug_from_shortname failure.
2009-07-23 Chris BallMerge large rework from W. Trevor King.
2009-07-23 W. Trevor KingMerged libbe.diff upgrades and libbe.tree.Tree.has_desc...
2009-07-21 W. Trevor KingMerged assorted changes from be.wtk-rr for BugDir.extra...
2009-07-21 W. Trevor KingAdded "--no-comments" to "be show".
2009-07-19 W. Trevor KingMerged "be commit --allow-empty from be.wtk-rr"
2009-07-19 W. Trevor KingMerged becommands/commit.py addition from be.wtk-rr.
2009-07-18 W. Trevor KingMerged some bugfixes from be.wtk-rr
2009-07-16 W. Trevor KingRenamed test->manipulate_encodings in becommands.*...
2009-07-14 W. Trevor KingUpdated GPLv2 to current GPLv2.
2009-07-13 Chris BallLarge merge from W. Trevor King. Highlights:
2009-07-12 W. Trevor KingAdded be-mbox-to-xml.
2009-07-11 W. Trevor KingRemoved <abentley@panoramicfeedback.com> from copyright...
2009-07-06 W. Trevor KingAdded "be show --only-raw-body COMMENT-ID".
2009-07-06 W. Trevor KingAdded ability to show individual comments with "be...
2009-07-02 Chris BallPull darcs fix, copyright updates from W. Trevor King
2009-07-02 W. Trevor KingUpdated copyright blurbs and AUTHORS and included scrip...
2009-06-24 Chris BallMerge with W. Trevor King's tree.
2009-06-22 W. Trevor KingMerged be-xml-to-mbox
2009-06-22 W. Trevor KingEscape XML strings.
2009-06-22 W. Trevor KingReplaced some doctest output with ellipses.
2009-06-21 W. Trevor KingMerge from Ben Finney's RCS unittest patch
2009-06-19 W. Trevor KingMerged Thomas Habets 2009-01-07 XML output for "be...
2009-06-19 W. Trevor KingMerge from main branch.
2009-01-07 Thomas HabetsXML output for "be show"
2008-12-04 W. Trevor KingMerged in the successful per-tree-config branch.
2008-12-04 W. Trevor KingAdded per-tree configurable severities.
2008-11-27 W. Trevor KingAdded bugid_args option to cmdutil.default_complete.
2008-11-27 W. Trevor KingCommand completion simplified and working for list...
2008-11-25 W. Trevor Kingadded -u/uuids option to becommands/list
2008-11-25 W. Trevor KingAdded libbe/encoding.py to wrap input/output/file acces...
2008-11-25 W. Trevor KingHack to fixe encoding bug in becommands/show
2008-11-24 W. Trevor KingMerge from W. Trevor King's tree.
2008-11-24 W. Trevor KingTweaked usage strings to increase consistency. Also...
2008-11-23 W. Trevor KingGo back to lazy bug loading to get execution speed...
2008-11-23 W. Trevor King`be show` now supports showing multiple bugs with a...
2008-11-21 W. Trevor KingAnother major rewrite. Now BugDir, Bug, and Comment...
2008-11-16 W. Trevor KingMerged in my git.py changed fixing Hubert Chathi's...
2008-11-16 W. Trevor KingAdded 'remove' command to remove bugs. Use __desc__...
2008-11-15 W. Trevor KingMoved libbe.cmdutil.bug_summary() to libbe.bug.Bug...
2008-11-15 W. Trevor Kingbecommands/show.py gives more specific bug information.
2008-11-15 W. Trevor KingSplit Bug and Comment class out to bug.py from bugdir.py
2006-04-06 Aaron BentleyMerge from upstream
2006-04-04 Aaron BentleyMerge both lines
2006-04-03 Aaron BentleyMerge help updates
2006-04-03 Thomas Gerigkadded help to 'show'.
2006-04-03 Aaron BentleyAdded reply handling to comments
2005-05-16 Aaron BentleyAdded appropriate copyright notices, GPLed.
2005-03-23 Aaron BentleyUpdated comment formatting
2005-03-23 Aaron BentleyAdded comment support to show, added comment command
2005-03-23 Aaron BentleyAdded datestamps to bugs
2005-03-18 Aaron BentleyUsed cmdutil tree_root wrapper to avoid tracebacks...
2005-03-11 Aaron BentleyImplemented plugin system for viewing commands
2005-03-11 Aaron BentleyModularized commands into files