aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/diff.py
Commit message (Collapse)AuthorAgeFilesLines
* Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-161-0/+2
| | | | | | | | | | | Using the __desc__ reduces documentation duplication. It's also better than using __doc__, because __doc__ could (should?) be more than one-line long, and we just want a short description to jog our memories in the complete command list. Also moved unique_name from cmdutil.py to names.py to avoid the bug->cmdutil->bugdir->bug cyclic include.
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-2/+16
|
* Added preliminary tree-diffing supportAaron Bentley2005-04-141-0/+35