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

« back to all changes in this revision

Viewing changes to src/parser/__tests__/diff/hg-diff-range.hgdiff

  • 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
diff -r 2ccefc36d42f -r 6a07a384974e Test.java
 
2
--- a/Test.java Tue Jul 24 14:57:51 2012 -0700
 
3
+++ b/Test.java Tue Jul 24 14:59:23 2012 -0700
 
4
@@ -2,6 +2,6 @@
 
5
 {
 
6
     public static void main(String[] args)
 
7
     {
 
8
-        System.out.println("Hello!");
 
9
+        System.out.println("Hello, world!");
 
10
     }
 
11
 }