Home | History | Annotate | Download | only in tools

Lines Matching full:revision

81   """Map an SVN revision to a git hash.
85 # which contain the SVN revision of that commit. We can stop once
86 # we've found our target (or hit a revision number lower than what
101 # Track whether we saw a revision *later* than the one we're seeking.
149 print "ERROR: Couldn't map r%s to a git revision." % webkit_rev
174 print "Resetting tree state to new revision."
181 parser.add_option('-r', '--revision', help="switch to desired revision")
198 if options.revision:
199 webkit_rev = options.revision
201 print "WARNING: --revision is given, so ignore --tarball"
208 print 'Desired revision: r%s.' % webkit_rev
216 print "Already on correct revision."