aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/diff.py
Commit message (Expand)AuthorAgeFilesLines
* Merged with Trevor's -rr branchGianluca Montecchi2009-10-021-96/+390
* Fixed the mergeGianluca Montecchi2009-10-021-0/+125
* Merged with head branchGianluca Montecchi2009-10-011-117/+0
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+2
* Per-tree status levels working.W. Trevor King2008-12-041-9/+8
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-11/+15
* Added Bug.comments(), BugDir.has_bug() & cleaned up diff.diff().W. Trevor King2008-11-241-7/+6
* 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