RESOLVED FIXED 64070
Remove style_references.py
https://bugs.webkit.org/show_bug.cgi?id=64070
Summary Remove style_references.py
Adam Barth
Reported 2011-07-07 01:00:20 PDT
Remove style_references.py
Attachments
Patch (10.42 KB, patch)
2011-07-07 01:01 PDT, Adam Barth
eric: review+
Adam Barth
Comment 1 2011-07-07 01:01:05 PDT
Eric Seidel (no email)
Comment 2 2011-07-07 01:03:26 PDT
Comment on attachment 99955 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=99955&action=review > Tools/Scripts/check-webkit-style:64 > +def detect_checkout(): > + """Return a WebKitCheckout instance, or None if it cannot be found.""" > + cwd = os.path.abspath(os.curdir) > + return detect_scm_system(cwd) Why not just inline this incorectly named method? Its only called one place, or?
Adam Barth
Comment 3 2011-07-07 01:04:03 PDT
Note You need to log in before you can comment on or make changes to this bug.