Mercurial > hg4j
diff src/org/tmatesoft/hg/repo/CommitFacility.java @ 563:ca56a36c2eea
HgCheckoutCommand: clean parameter, discard changes in WD, test for clean checkout
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 28 Feb 2013 16:34:33 +0100 |
parents | 6ca3d0c5b4bc |
children | 73c20c648c1f |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/CommitFacility.java Thu Feb 28 15:57:04 2013 +0100 +++ b/src/org/tmatesoft/hg/repo/CommitFacility.java Thu Feb 28 16:34:33 2013 +0100 @@ -36,7 +36,6 @@ import org.tmatesoft.hg.internal.FNCacheFile; import org.tmatesoft.hg.internal.ManifestEntryBuilder; import org.tmatesoft.hg.internal.ManifestRevision; -import org.tmatesoft.hg.internal.RequiresFile; import org.tmatesoft.hg.internal.RevlogStream; import org.tmatesoft.hg.internal.RevlogStreamWriter; import org.tmatesoft.hg.util.Pair;