aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/mapfile.py
Commit message (Expand)AuthorAgeFilesLines
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-031-2/+6
* Ran the new update_copyright.pyW. Trevor King2009-11-191-0/+1
* Set binary=True for mapfile file handlingW. Trevor King2009-11-171-4/+9
* Added docstrings to libbe submodules.W. Trevor King2009-08-311-3/+10
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-311-4/+4
* Upgrade duplicate bugdirs if necessary (e.g. for `be diff').W. Trevor King2009-08-311-18/+0
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Added be-mbox-to-xml.W. Trevor King2009-07-121-2/+2
* 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
* Fixed settings=None bug when bug values file is blank/missing.W. Trevor King2009-06-251-1/+1
* Closed a few old bugs that seem outdated/dealt with.W. Trevor King2008-12-041-1/+1
* bug severity verification now works with per-tree severities.W. Trevor King2008-12-041-1/+7
* Added per-tree configurable severities.W. Trevor King2008-12-041-26/+33
* Added 'allow_no_rcs' flag to RCS file system access methods.W. Trevor King2008-11-241-50/+34
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-3/+3
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-1/+7
* Removerd the diff3 functions from mapfile.py.W. Trevor King2008-11-141-70/+0
* Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-141-0/+24
* Fixed test suite for the unicode switchAaron Bentley2006-04-011-5/+5
* Enforced that all key/value pairs are unicodeAaron Bentley2006-01-261-2/+2
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
* Moved FileString and get_file() into utility.pyAaron Bentley2005-03-231-31/+13
* Switched tree format to mapfile-basedAaron Bentley2005-03-171-98/+12
* Implemented diff3 splittingAaron Bentley2005-03-151-2/+76
* Fixed failing testAaron Bentley2005-03-151-1/+1
* Implemented map file format 2 generationAaron Bentley2005-03-151-0/+85
* Implemented mapfilesAaron Bentley2005-03-141-0/+99