diff src/com/tmate/hgkit/console/Log.java @ 8:a78c980749e3

Filename mangling according to requires options of the store (fncache incomplete for long names)
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 23 Dec 2010 01:31:40 +0100
parents 5abe5af181bd
children b01500fe2604
line wrap: on
line diff
--- a/src/com/tmate/hgkit/console/Log.java	Wed Dec 22 04:00:44 2010 +0100
+++ b/src/com/tmate/hgkit/console/Log.java	Thu Dec 23 01:31:40 2010 +0100
@@ -35,7 +35,7 @@
 		} else {
 			for (String fname : cmdLineOpts.files) {
 				HgDataFile f1 = hgRepo.getFileNode(fname);
-				System.out.println("History of the file: " + fname);
+				System.out.println("History of the file: " + f1.getPath());
 				f1.history(callback);
 			}
 		}