~ubuntu-branches/ubuntu/wily/phabricator/wily

« back to all changes in this revision

Viewing changes to src/parser/__tests__/diff/rcs-addline.rcsdiff

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2014-11-01 23:20:06 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20141101232006-mvlnp0cil67tsboe
Tags: upstream-0~git20141101/arcanist
Import upstream version 0~git20141101, component arcanist

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
rcsdiff -u a/testing.php
 
2
===================================================================
 
3
RCS file: a/RCS/testing.php,v
 
4
retrieving revision 1.3
 
5
diff -u -r1.3 a/testing.php
 
6
--- a/testing.php      2013/03/14 09:05:54    1.3
 
7
+++ a/testing.php      2013/03/14 09:08:45
 
8
@@ -2,4 +2,5 @@
 
9
 echo "Hello World";
 
10
 echo "How are you doing today?";
 
11
 echo "thanks";
 
12
+echo "thanks";
 
13
 ?>
 
14