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

Unified Diff: patchconv/tests/simple_change_file.txt

Issue 29341347: Noissue - Add a script for converting Rietveld patches to Git format (Closed)
Patch Set: Make flake8 check a bit more general in tox.ini Created May 17, 2016, 1:28 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
« no previous file with comments | « patchconv/tests/move_file.txt ('k') | patchconv/tests/test_rietveld_to_git.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patchconv/tests/simple_change_file.txt
===================================================================
new file mode 100644
--- /dev/null
+++ b/patchconv/tests/simple_change_file.txt
@@ -0,0 +1,21 @@
+INPUT
+ Index: file1.py
+ ===================================================================
+ --- a/file1.py
+ +++ b/file1.py
+ @@ -1,23 +1,12 @@
+ # comment
+
+ from __future__ import print_function
+
+ +from file3 import a, c, e, g
+EXPECT
+ diff --git a/file1.py b/file1.py
+ --- a/file1.py
+ +++ b/file1.py
+ @@ -1,23 +1,12 @@
+ # comment
+
+ from __future__ import print_function
+
+ +from file3 import a, c, e, g
« no previous file with comments | « patchconv/tests/move_file.txt ('k') | patchconv/tests/test_rietveld_to_git.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld