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

Side by Side Diff: patchconv/tests/move_and_change.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/glitch.txt ('k') | patchconv/tests/move_file.txt » ('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: README.md
3 ===================================================================
4 rename from README.txt
5 rename to README.md
6 --- a/README.txt
7 +++ b/README.md
8 @@ -1,3 +1,3 @@
9 # Bla
10
11 -Bla bla bla.
12 +Foo bar baz.
13 EXPECT
14 diff --git a/README.txt b/README.md
15 rename from README.txt
16 rename to README.md
17 --- a/README.txt
18 +++ b/README.md
19 @@ -1,3 +1,3 @@
20 # Bla
21
22 -Bla bla bla.
23 +Foo bar baz.
OLDNEW
« no previous file with comments | « patchconv/tests/glitch.txt ('k') | patchconv/tests/move_file.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld