[Lldb-commits] [PATCH] Python split [1/2] - File renames
Zachary Turner
zturner at google.com
Fri Feb 27 13:15:24 PST 2015
Hi clayborg, granata.enrico, vharron,
The solution I have for making sure the history stays in tact is to commit in 2 separate revisions. One that only renames files, and another that only modifies the files after they've been renamed. Although the file renames will show up as adds / deletes in this web interface, they should be renames on the server. I can verify locally that git log --follow shows history for every file.
So, in summary - this change doesn't actually need to be reviewed, it's just here in case you want to apply these patches locally in succession to test the patch. The deleted and added files have identical content.
http://reviews.llvm.org/D7956
Files:
include/lldb/Interpreter/PythonDataObjects.h
include/lldb/Interpreter/ScriptInterpreter.h
include/lldb/Interpreter/ScriptInterpreterNone.h
include/lldb/Interpreter/ScriptInterpreterPython.h
include/lldb/ScriptInterpreter/Python/PythonDataObjects.h
include/lldb/ScriptInterpreter/Python/PythonPointer.h
include/lldb/ScriptInterpreter/Python/ScriptInterpreterPython.h
include/lldb/ScriptInterpreter/ScriptInterpreter.h
include/lldb/ScriptInterpreter/ScriptInterpreterNone.h
include/lldb/Utility/PythonPointer.h
source/Interpreter/PythonDataObjects.cpp
source/Interpreter/ScriptInterpreter.cpp
source/Interpreter/ScriptInterpreterNone.cpp
source/Interpreter/ScriptInterpreterPython.cpp
source/Interpreter/embedded_interpreter.py
source/ScriptInterpreter/Python/PythonDataObjects.cpp
source/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
source/ScriptInterpreter/Python/embedded_interpreter.py
source/ScriptInterpreter/ScriptInterpreter.cpp
source/ScriptInterpreter/ScriptInterpreterNone.cpp
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7956.20884.patch
Type: text/x-patch
Size: 370166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150227/09a17202/attachment.bin>
More information about the lldb-commits
mailing list