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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 INPUT
2 Index: file1.py
3 ===================================================================
4 --- a/file1.py
5 +++ b/file1.py
6 @@ -1,23 +1,12 @@
7 # comment
8
9 from __future__ import print_function
10
11 +from file3 import a, c, e, g
12 EXPECT
13 diff --git a/file1.py b/file1.py
14 --- a/file1.py
15 +++ b/file1.py
16 @@ -1,23 +1,12 @@
17 # comment
18
19 from __future__ import print_function
20
21 +from file3 import a, c, e, g
OLDNEW
« 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