aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/diff.py
Commit message (Expand)AuthorAgeFilesLines
* Command completion simplified and working for list, dummies for other cmds.W. Trevor King2008-11-271-1/+3
* Added -a/n/m/r to becommands/diff.py.W. Trevor King2008-11-251-3/+33
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-7/+5
* Hack to fixe encoding bug in becommands/showW. Trevor King2008-11-241-0/+1
* Tweaked usage strings to increase consistency. Also added README.dev.W. Trevor King2008-11-241-1/+1
* libbe/diff.diff() was missing newly created bugs. Fixed.W. Trevor King2008-11-231-1/+2
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-231-1/+1
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-10/+30
* Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-161-0/+2
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-2/+16
* Added preliminary tree-diffing supportAaron Bentley2005-04-141-0/+35