Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: tools/git/mass-rename.py

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/disconnect_window_chromeos.cc ('k') | ui/arc/notification/arc_notification_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/git/mass-rename.py
diff --git a/tools/git/mass-rename.py b/tools/git/mass-rename.py
index 21fbef76b722063d3933ac9eb7b46b6034da91b2..ea6b30fd05f3562d1a0f5fb8a59ffddc1d73c64e 100755
--- a/tools/git/mass-rename.py
+++ b/tools/git/mass-rename.py
@@ -34,6 +34,7 @@ def main():
print 'Skipping: %s -- not a rename?' % parts
continue
attrs, fro, to = parts
+ print fro # JAMES
if attrs.split()[4].startswith('R'):
subprocess.check_call([
sys.executable,
« no previous file with comments | « remoting/host/disconnect_window_chromeos.cc ('k') | ui/arc/notification/arc_notification_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698