# HG changeset patch # User Edward Nevill # Date 1420797023 0 # Node ID 40e55510aec48b493912ccd685125f0f880c51e9 # Parent ade357fe9ddad51f892e4401adbe0361a234f39e Test push access diff -r ade357fe9dda -r 40e55510aec4 Hello.java --- a/Hello.java Wed Oct 29 14:46:26 2014 +0100 +++ b/Hello.java Fri Jan 09 09:50:23 2015 +0000 @@ -68,5 +68,6 @@ System.out.println ("Are you now or have you ever been"); System.out.println ("a member of the common ass party"); System.out.println ("or any other common ass organization?"); + System.out.println ("Do I still have push access - yes - yippee"); } }