aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/diff.py
Commit message (Expand)AuthorAgeFilesLines
...
* libbe/diff.diff() was missing newly created bugs. Fixed.W. Trevor King2008-11-231-2/+5
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-231-6/+10
* Explicit rcs.cleanup() in bugdir test.W. Trevor King2008-11-221-2/+2
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-21/+12
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-3/+8
* Removed the empty bugs 14c and 38b. Fixed bug.string() call in libbe/diff.py.W. Trevor King2008-11-161-1/+1
* Moved libbe.cmdutil.bug_summary() to libbe.bug.Bug.string().W. Trevor King2008-11-151-3/+3
* Fixed some bug.py split effects in diff.pyW. Trevor King2008-11-141-4/+5
* Implemented basic comment diffAaron Bentley2006-03-311-2/+19
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
* Slight refactoringAaron Bentley2005-05-091-2/+2
* Implemented bug tree diffAaron Bentley2005-05-091-4/+29
* Added preliminary tree-diffing supportAaron Bentley2005-04-141-0/+52