Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: patchconv/tests/move_file.txt

Issue 29341347: Noissue - Add a script for converting Rietveld patches to Git format (Closed)
Patch Set: Created May 12, 2016, 5:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: patchconv/tests/move_file.txt
===================================================================
new file mode 100644
--- /dev/null
+++ b/patchconv/tests/move_file.txt
@@ -0,0 +1,9 @@
+INPUT
+ Index: README.md
+ ===================================================================
+ rename from README.txt
+ rename to README.md
+EXPECT
+ diff --git a/README.txt b/README.md
+ rename from README.txt
+ rename to README.md

Powered by Google App Engine
This is Rietveld