Moved libbe.cmdutil.bug_summary() to libbe.bug.Bug.string().
authorW. Trevor King <wking@drexel.edu>
Sat, 15 Nov 2008 23:35:41 +0000 (18:35 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 15 Nov 2008 23:35:41 +0000 (18:35 -0500)
commit03011f286420d8e091052019ee41eba021041e61
treefcf389e28c1142d61015bf37134925d4b209ba25
parent137f084f2931a0e2e1fa3076beadac17b88ef6b6
Moved libbe.cmdutil.bug_summary() to libbe.bug.Bug.string().

This seems like a natual place for a function that only operates on Bugs.
becommands/list.py
becommands/show.py
becommands/upgrade.py
libbe/bug.py
libbe/bugdir.py
libbe/cmdutil.py
libbe/diff.py