Mercurial > hg4j
diff src/org/tmatesoft/hg/repo/HgSubrepoLocation.java @ 526:2f9ed6bcefa2
Initial support for Revert command with accompanying minor refactoring
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 15 Jan 2013 17:07:19 +0100 |
parents | 51d682cf9cdc |
children |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgSubrepoLocation.java Fri Jan 11 18:12:39 2013 +0100 +++ b/src/org/tmatesoft/hg/repo/HgSubrepoLocation.java Tue Jan 15 17:07:19 2013 +0100 @@ -20,6 +20,7 @@ import org.tmatesoft.hg.core.HgRepositoryNotFoundException; import org.tmatesoft.hg.core.Nodeid; +import org.tmatesoft.hg.internal.Internals; import org.tmatesoft.hg.util.Path; /** @@ -109,7 +110,7 @@ * @return <code>true</code> if it's dirty */ public boolean hasChanges() { - throw HgRepository.notImplemented(); + throw Internals.notImplemented(); } /**