Mercurial > hg4j
diff src/org/tmatesoft/hg/repo/HgStatusInspector.java @ 133:4a948ec83980
core.Path to util.Path as it's not Hg repo dependant
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 16 Feb 2011 20:59:39 +0100 |
parents | a3a2e5deb320 |
children | ee6b467c1a5f |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgStatusInspector.java Wed Feb 16 20:56:43 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgStatusInspector.java Wed Feb 16 20:59:39 2011 +0100 @@ -16,7 +16,7 @@ */ package org.tmatesoft.hg.repo; -import org.tmatesoft.hg.core.Path; +import org.tmatesoft.hg.util.Path; /** * Callback to get file status information