Lines Matching refs:to

5 # The contents of this file are subject to the terms of the
23 # Use is subject to license terms.
46 Note to customizers: the body of the webrev is IDed as SUNWwebrev
47 to allow easy overriding by users of webrev via the userContent.css
50 For example, to have all "removed" information be red instead of
119 # want them to be bolded as we do in cdiffs or sdiffs).
145 # Scan for bugids and insert <a> links to the relevent bug database.
155 # Scan for ARC cases and insert <a> links to the relevent SAC database.
173 # easier for a code reviewer to find the bits that have changed.
176 # identical lines are retained before and after the changed lines to
223 # processes the diff output to present the files as an HTML document with
251 # These editing codes are parsed by the awk script and used to generate
264 # This script is then run on the original source file to generate the
265 # HTML that corresponds to the source file.
268 # uses an HTML table construct to present the files side by side. You'll
276 # Blank lines are inserted in each file to keep unchanged lines in sync
277 # (side-by-side). This format is familiar to users of sdiff(1) or
490 # We use insert_anchors() to augment those with HTML navigation anchors,
508 # Enable html files to access WDIR via a relative path.
558 # Merge codereview output files to a single conforming postscript file, by:
597 # Skip from %%Trailer of one document to Endprolog
620 # anchors. These are used to drive the frames version of the
624 # an additional anchor is also appended to flag the bottom.
636 # This should be able to be a singleton <a /> but that
637 # seems to trigger a bug in firefox a:hover rule processing
677 # Print a relative return path from $1 to $2. For example if
681 # In the event that $1 is not in $2 a warning is printed to stderr,
697 print -u2 "to \"$2\". Check input paths. Framed webrev "
748 // Set location and scroll back a little to expose previous
752 // complex to compute the x and y position of an anchor, and to
753 // scroll to that location directly.
777 // The way we compute the max anchor value is to stash it
933 title="Go to Beginning Of file">BOF</a></td>
938 title="Scroll Up: Press and Hold to accelerate"
944 title="Go to previous Diff"
954 title="Go to End Of File">EOF</a></td>
959 title="Scroll Down: Press and Hold to accelerate"
965 title="Go to next Diff"
989 # Processes the output of diff to produce an HTML file representing either
1043 # Process a plain vanilla source file to transform it into an HTML file.
1064 # delta in that list (the first delta unique to the child).
1089 sid1=${sids[$((N-2))]} # Gets 2nd to last sid
1195 # Print out Code Inspection figures similar to sccs-prt(1) format.
1248 # since r is negative, subtract it from a and add it to c.
1312 # End of $AWK, Check to see if any trouble occurred.
1340 # Sets up webrev to source its information from a wx-formatted file.
1367 # flist_from_teamware [ <args-to-putback-n> ]
1396 $1 == "to:" {print $2, old}
1513 # of fstatus used to no prepend the tree path to filenames, but
1514 # this has changed recently. AWK code below does try to handle both
1605 # If neither are set we don't know who to compare with.
1613 # print "Set default and/or default-push to a local repository"
1683 # Use "eval" to set env variables that are listed in the file
1692 # Check to see if CODEMGR_PARENT is set in the flist file.
1701 # We dynamically test the SCM type; this allows future extensions to
1902 # when specifying a workspace we have to provide
1909 # to the right directory first, then restore it once done
1952 webrev [common-options] -l [arguments to 'putback']
1957 -c <CR#>: Include link to CR (aka bugid) in the main page.
1960 -o <outdir>: Output webrev to specified directory.
2028 # These aren't fatal, but we want to note them to the user.
2030 # determined that we actually need to try to invoke it.
2080 # If -l has been specified, we need to abort further options
2081 # processing, because subsequent arguments are going to be
2082 # arguments to 'putback -n'.
2117 # If this manually set as the parent, and it appears to be an earlier webrev,
2118 # then note that fact and set the parent to the raw_files/new subdirectory.
2149 # Before we go on to further consider -l and -w, work out which SCM we think
2156 print -u2 "Unable to determine SCM type currently in use."
2173 # Let's try to expand it if it's an alias defined in [paths]
2187 # OUTPWS is the parent repository to use when using 'hg outgoing'
2192 # for forest we have to rely on properly set default and
2210 # Let's try to expand it if it's an alias defined in [paths]
2243 # repository to determine list of outgoing revisions.
2249 # If no "-r", choose revision to compare against by
2365 # We need to use wx list -w so that we get renamed files, etc.
2367 # hang asking us to initialize our wx information.
2381 # from the command line), eval it to extract environment variables from
2387 # Continuing step (3): If we still have no file list, we'll try to get
2423 # Reset CODEMGR_WS to make sure teamware commands are happy.
2435 # If the user didn't specify a -i option, check to see if there is a
2498 # Summarize what we're going to do.
2513 print " Output to: $WDIR"
2641 # cd to the directory so the names are short
2646 # help to make sure the reviewer doesn't accidentally publish
2660 # and do our diffs there. This makes it possible to generate
2702 print "No access to jar, so can't produce diffs for jar or zip files"
2768 # output of Solaris diff properly when it comes to
2769 # adds and deletes. We need to do some "cleansing"
2771 # [to add a file] @@ -1,0 +X,Y @@ --> @@ -0,0 +X,Y @@
2772 # [to del a file] @@ -X,Y +1,0 @@ --> @@ -X,Y +0,0 @@
2854 # tree-killing to print out the contents of deleted files).
2907 # links to the source files and their diffs.
2916 exec 3<&1 # duplicate stdout to FD3.
2918 exec > $INDEXFILE # Open stdout to index file.
2936 # Let's try to extract the user name from the .hgrc file
3005 # Add links to referenced CRs, if any
3015 #add "JDK-" to raw bug id for jbs links.
3069 # It's possible for renamed files to
3162 print "<!-- Add comments to explain changes in $P here -->"
3192 exec 1<&3 # dup FD 3 to restore stdout.
3196 print "Output to: $WDIR"