aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-07 20:32:18 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-07 20:32:18 +0000
commit575e82ad5d865365295f51f033fbc3d240202653 (patch)
tree25e77956b3ae33453b99fb27f2e421787dc79d13 /tools
parent3c8d9cb8a7e78df44b2edb027085ec1647c82b61 (diff)
Document how to get a specific revision when rebaselining.
This is helpful when using the trybots. R=epoger@google.com Review URL: https://codereview.chromium.org/25653008 git-svn-id: http://skia.googlecode.com/svn/trunk@11643 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools')
-rwxr-xr-xtools/rebaseline.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/rebaseline.py b/tools/rebaseline.py
index a1f92cb569..275d84ebed 100755
--- a/tools/rebaseline.py
+++ b/tools/rebaseline.py
@@ -344,7 +344,8 @@ parser = argparse.ArgumentParser(
parser.add_argument('--actuals-base-url',
help=('base URL from which to read files containing JSON '
'summaries of actual GM results; defaults to '
- '%(default)s'),
+ '%(default)s. To get a specific revision (useful for'
+ 'trybots) replace "svn" with "svn-history/r123".'),
default='http://skia-autogen.googlecode.com/svn/gm-actual')
parser.add_argument('--actuals-filename',
help=('filename (within builder-specific subdirectories '