Mercurial > hg4j
comparison test/org/tmatesoft/hg/test/TestStatus.java @ 99:4d7bb95d553b
StatusCommand().add should list copies
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Thu, 27 Jan 2011 23:08:51 +0100 |
| parents | bcd31a4c638a |
| children | b71b3f7d24d4 |
comparison
equal
deleted
inserted
replaced
| 98:225c48d964ed | 99:4d7bb95d553b |
|---|---|
| 44 | 44 |
| 45 public static void main(String[] args) throws Exception { | 45 public static void main(String[] args) throws Exception { |
| 46 HgRepository repo = new HgLookup().detectFromWorkingDir(); | 46 HgRepository repo = new HgLookup().detectFromWorkingDir(); |
| 47 TestStatus test = new TestStatus(repo); | 47 TestStatus test = new TestStatus(repo); |
| 48 test.testLowLevel(); | 48 test.testLowLevel(); |
| 49 // test.testStatusCommand(); | 49 test.testStatusCommand(); |
| 50 } | 50 } |
| 51 | 51 |
| 52 public TestStatus(HgRepository hgRepo) { | 52 public TestStatus(HgRepository hgRepo) { |
| 53 repo = hgRepo; | 53 repo = hgRepo; |
| 54 statusParser = new StatusOutputParser(); | 54 statusParser = new StatusOutputParser(); |
