summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOMSTR.py
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-05-28 08:36:26 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2014-05-28 08:36:26 (GMT)
commitf920678b73f0e0a09cbbd8977a54f915c661279d (patch)
treeb86d9437c04a118d780223f1bcc60cfdaa590bd6 /test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOMSTR.py
parent4655bd958070a5c37475f21ab51de62f557a816b (diff)
downloadSCons-f920678b73f0e0a09cbbd8977a54f915c661279d.zip
SCons-f920678b73f0e0a09cbbd8977a54f915c661279d.tar.gz
SCons-f920678b73f0e0a09cbbd8977a54f915c661279d.tar.bz2
Fix development mailing list with a new address @scons.org
Diffstat (limited to 'test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOMSTR.py')
-rw-r--r--test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOMSTR.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOMSTR.py b/test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOMSTR.py
index ca58b83..ef70cb8 100644
--- a/test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOMSTR.py
+++ b/test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOMSTR.py
@@ -42,7 +42,7 @@ Environment(tools = ['BitKeeper']).BitKeeper()
msg_bk = """The BitKeeper() factory is deprecated and there is no replacement."""
warn_bk = test.deprecated_fatal('deprecated-build-dir', msg_bk)
msg_sc = """SourceCode() has been deprecated and there is no replacement.
-\tIf you need this function, please contact dev@scons.tigris.org."""
+\tIf you need this function, please contact scons-dev@scons.org"""
warn_sc = test.deprecated_wrap(msg_sc)
test.subdir('BitKeeper', ['BitKeeper', 'sub'], 'sub')