Skip to content

Commit f91016f

Browse files
committed
Updated scm handling
1 parent 0ca5147 commit f91016f

File tree

1 file changed

+1
-15
lines changed
  • WebKit/Tools/Scripts/webkitpy/style

1 file changed

+1
-15
lines changed

WebKit/Tools/Scripts/webkitpy/style/main.py

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,6 @@ def change_directory(filesystem, checkout_root, paths):
7575
# checkout root. Interpret all of them relative to the
7676
# current working directory, and do not change the current
7777
# working directory.
78-
_log.warn(
79-
"""Path-dependent style checks may not work correctly:
80-
81-
One of the given paths is outside the WebKit checkout of the current
82-
working directory:
83-
84-
Path: %s
85-
Checkout root: %s
86-
87-
Pass only files below the checkout root to ensure correct results.
88-
See the help documentation for more info.
89-
"""
90-
% (path, checkout_root))
91-
9278
return paths
9379
rel_paths.append(rel_path)
9480
# If we got here, the conversion was successful.
@@ -128,7 +114,7 @@ def main(self):
128114
args = sys.argv[1:]
129115

130116
host = Host()
131-
#host.initialize_scm()
117+
host.initialize_scm()
132118

133119
stderr = self._engage_awesome_stderr_hacks()
134120

0 commit comments

Comments
 (0)