aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/diff.py
Commit message (Expand)AuthorAgeFilesLines
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-311-9/+9
* Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-311-1/+2
* Added default to settings_object.versioned_property's change_hook_property.W. Trevor King2009-07-271-6/+0
* Put bd into read-only mode in becommands/diff.py.W. Trevor King2009-07-271-0/+6
* Major rewrite of libbe.diff introduces DiffTree and Diff classes.W. Trevor King2009-07-271-16/+27
* "be diff" now compares agains the last commit (for versioning VCSs).W. Trevor King2009-07-231-0/+2
* Merged libbe.diff upgrades and libbe.tree.Tree.has_descendant from be.wtk-rr.W. Trevor King2009-07-231-3/+4
|\
| * Added bugdir setting comparision to libbe.diff.W. Trevor King2009-07-231-3/+4
* | Merged assorted changes from be.wtk-rr for BugDir.extra_strings.W. Trevor King2009-07-211-4/+5
|\|
| * Touched up becommands/diff.py's help message.W. Trevor King2009-07-211-3/+4
| * Cleaned up saving/sync_with_disk.W. Trevor King2009-07-211-1/+1
* | Renamed test->manipulate_encodings in becommands.*.execute.W. Trevor King2009-07-161-3/+4
|/
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-111-1/+0
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+2
* 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