Mercurial > jhg
comparison cmdline/org/tmatesoft/hg/console/Status.java @ 117:6c0be854d149
Enable filters for status operation (ToRepo case)
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Fri, 04 Feb 2011 02:12:30 +0100 |
| parents | a3a2e5deb320 |
| children | 4a948ec83980 |
comparison
equal
deleted
inserted
replaced
| 116:5d13dcaaff39 | 117:6c0be854d149 |
|---|---|
| 51 // | 51 // |
| 52 // bunchOfTests(hgRepo); | 52 // bunchOfTests(hgRepo); |
| 53 // | 53 // |
| 54 // new Internals(hgRepo).dumpDirstate(); | 54 // new Internals(hgRepo).dumpDirstate(); |
| 55 // | 55 // |
| 56 //statusWorkingCopy(hgRepo); | 56 statusWorkingCopy(hgRepo); |
| 57 statusRevVsWorkingCopy(hgRepo); | 57 //statusRevVsWorkingCopy(hgRepo); |
| 58 } | 58 } |
| 59 | 59 |
| 60 private static void statusWorkingCopy(HgRepository hgRepo) { | 60 private static void statusWorkingCopy(HgRepository hgRepo) { |
| 61 HgWorkingCopyStatusCollector wcc = new HgWorkingCopyStatusCollector(hgRepo); | 61 HgWorkingCopyStatusCollector wcc = new HgWorkingCopyStatusCollector(hgRepo); |
| 62 HgStatusCollector.Record r = new HgStatusCollector.Record(); | 62 HgStatusCollector.Record r = new HgStatusCollector.Record(); |
