changeset 41:87c2b54e8fd9

learning mercurial
author jvanek
date Thu, 05 Aug 2010 14:00:00 +0200
parents 21da6bebc373
children 18654922d37a
files ChangeLog Hello.java
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jun 18 11:17:42 2010 -0400
+++ b/ChangeLog	Thu Aug 05 14:00:00 2010 +0200
@@ -1,3 +1,7 @@
+2010-8-5  Jiri Vanek <jvanek@redhat.com>
+
+	*  Just editations in current files, playying with mercurial.
+
 2009-11-30  Pavel Tisnovsky <ptisnovs@redhat.com>
 
 	*  Mandelbrot.java: new file, my signature translated to Java
--- a/Hello.java	Fri Jun 18 11:17:42 2010 -0400
+++ b/Hello.java	Thu Aug 05 14:00:00 2010 +0200
@@ -5,12 +5,14 @@
     Hello.hello();
     System.out.println (args.length > 0 ? args[0] : "Unknown person");
     World.world();
+new Mandelbrot();
   }
 
   static void hello()
   {
     System.out.println ("Hello World!");
     System.out.println ("Greetings Venus!");
-    System.out.println ("I am not so cool!";
+    System.out.println ("I am not so cool!");
     System.out.println ("But I am!"); 
 }
+}