Remove commit_all_working_directory_changes from scm/git api. |
|||||
Issue descriptionBreakout from http://crrev.com/1784923002 ...only the auto-rebaseline command tries to commit things these days, so we should probably make commit_all_working_directory_changes=True unconditionally and require the author (and just have the command pass in $USER or `git config -l user.name` if it isn't specified)
,
Mar 16 2016
I've never used this script, and I don't think we've really used it anywhere else, either. It was created in bug 227324 , so I guess you could see if Ojan thinks we should keep it around. Personally, I'd delete it and, failing that, would be fine with it moving the files but not actually committing the changes, too.
,
Mar 18 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/e0b915396f1fbfa72cead5baa936e9edead42783 commit e0b915396f1fbfa72cead5baa936e9edead42783 Author: wkorman <wkorman@chromium.org> Date: Fri Mar 18 01:02:20 2016 Remove layout_tests_mover.py and obsolete local commit param. BUG= 593910 Review URL: https://codereview.chromium.org/1809283002 Cr-Commit-Position: refs/heads/master@{#381858} [modify] https://crrev.com/e0b915396f1fbfa72cead5baa936e9edead42783/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/git.py [modify] https://crrev.com/e0b915396f1fbfa72cead5baa936e9edead42783/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py [modify] https://crrev.com/e0b915396f1fbfa72cead5baa936e9edead42783/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_mock.py [delete] https://crrev.com/523755228742c1da03b5d264e0748faeabe0ce19/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_tests_mover.py [delete] https://crrev.com/523755228742c1da03b5d264e0748faeabe0ce19/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_tests_mover_unittest.py
,
Mar 18 2016
,
Mar 18 2016
Fixing component name after Monorail migration
,
Apr 18 2016
Blink>ToolsTest renamed to Blink>Infra |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by wkorman@chromium.org
, Mar 16 2016