Home | History | Annotate | Download | only in style

Lines Matching full:checkout

38     """Change the working directory to the WebKit checkout root, if possible.
40 If every path in the paths parameter is below the checkout root (or if
42 working directory to the checkout root and converts the paths parameter
45 checkout root, and for path-specific style checks to work as expected.
52 checkout root, then the list is the paths parameter converted to
53 normalized paths relative to the checkout root.
58 or all changes under the checkout root should be checked.
59 checkout_root: The path to the root of the WebKit checkout.
67 # the checkout root.
72 # Then the path is not below the checkout root. Since all
75 # checkout root. Interpret all of them relative to the
81 One of the given paths is outside the WebKit checkout of the current
85 Checkout root: %s
87 Pass only files below the checkout root to ensure correct results.
97 _log.debug("Changing to checkout root: " + checkout_root)