Mercurial > jhg
comparison src/org/tmatesoft/hg/core/HgStatus.java @ 131:aa1629f36482
Renamed .core classes to start with Hg prefix
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Wed, 16 Feb 2011 20:47:56 +0100 |
| parents | 645829962785 |
| children | 4a948ec83980 |
comparison
equal
deleted
inserted
replaced
| 130:7567f4a42fe5 | 131:aa1629f36482 |
|---|---|
| 19 import java.util.Date; | 19 import java.util.Date; |
| 20 | 20 |
| 21 import org.tmatesoft.hg.internal.ChangelogHelper; | 21 import org.tmatesoft.hg.internal.ChangelogHelper; |
| 22 import org.tmatesoft.hg.repo.HgChangelog.Changeset; | 22 import org.tmatesoft.hg.repo.HgChangelog.Changeset; |
| 23 | 23 |
| 24 /** | |
| 25 * Repository file status and extra handy information. | |
| 26 * | |
| 27 * @author Artem Tikhomirov | |
| 28 * @author TMate Software Ltd. | |
| 29 */ | |
| 24 public class HgStatus { | 30 public class HgStatus { |
| 25 | 31 |
| 26 public enum Kind { | 32 public enum Kind { |
| 27 Modified, Added, Removed, Unknown, Missing, Clean, Ignored | 33 Modified, Added, Removed, Unknown, Missing, Clean, Ignored |
| 28 }; | 34 }; |
