diff cmdline/org/tmatesoft/hg/console/Log.java @ 98:225c48d964ed

Changelog to HgChangelog, Refactoring doesn't recognize name with inner class
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 27 Jan 2011 21:27:37 +0100
parents ee2c750b036d
children a3a2e5deb320
line wrap: on
line diff
--- a/cmdline/org/tmatesoft/hg/console/Log.java	Thu Jan 27 21:25:21 2011 +0100
+++ b/cmdline/org/tmatesoft/hg/console/Log.java	Thu Jan 27 21:27:37 2011 +0100
@@ -123,7 +123,7 @@
 		// own
 		private LinkedList<String> l = new LinkedList<String>();
 		private final HgRepository repo;
-		private Changelog.ParentWalker changelogWalker;
+		private HgChangelog.ParentWalker changelogWalker;
 		private final int tip ;
 
 		public Dump(HgRepository hgRepo) {