summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/CVS.py
Commit message (Collapse)AuthorAgeFilesLines
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-281-2/+2
| | | | | | Start the deprecation cycle for SourceCode() and its related factory functions. Deprecation messages are added to the functions. Regression tests are modified to deal with the messages being generated. Documentation is updated.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Add more customizability: , , , .Steven Knight2004-11-201-1/+3
|
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-3/+2
|
* Initialize *FLAGS variables with objects that can add flags either as ↵Steven Knight2004-02-261-2/+3
| | | | strings or lists.
* Deprecate the overrides Builder() keyword argument in favor of specifying ↵Steven Knight2004-02-081-2/+2
| | | | values directly as keyword arguments, like we do for other functions and methods.
* CVS fixes.Steven Knight2003-07-071-1/+1
|
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
|
* Set the SYSTEMROOT environment variable on Windows, use POSIX ↵Steven Knight2003-04-091-3/+5
| | | | (forward-slash) paths when checking things out of CVS.
* Check out files from various source code systems properly.Steven Knight2003-03-221-3/+5
|
* Add support for fetching files from rcs.Steven Knight2003-02-181-0/+61