Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(866)

Unified Diff: site_scons/site_tools/replicate.py

Issue 13134: Pulling in hammer changes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « site_scons/site_tools/replace_strings.py ('k') | site_scons/site_tools/target_platform_linux.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_scons/site_tools/replicate.py
===================================================================
--- site_scons/site_tools/replicate.py (revision 6345)
+++ site_scons/site_tools/replicate.py (working copy)
@@ -50,15 +50,15 @@
env: Environment in which to operate.
target: Destination(s) for copy. Must evaluate to a directory via
env.Dir(), or a list of directories. If more than one directory is
- passed, the entire source list will be copied to all target
- directories.
+ passed, the entire source list will be copied to each target
+ directory.
source: Source file(s) to copy. May be a string, Node, or a list of
mixed strings or Nodes. Strings will be passed through env.Glob() to
evaluate wildcards. If a source evaluates to a directory, the entire
directory will be recursively copied.
From env:
- REPLICATE_RENAME: A list of pairs of regex search and replacement strings.
+ REPLICATE_REPLACE: A list of pairs of regex search and replacement strings.
Each full destination path has substitution performed on each pair
(search_regex, replacement) in order.
« no previous file with comments | « site_scons/site_tools/replace_strings.py ('k') | site_scons/site_tools/target_platform_linux.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698