Mercurial > hg4j
diff cmdline/org/tmatesoft/hg/console/Main.java @ 244:4b661efb9374
Use updated location of cache files (cache/ folder instead of .cache filename extension). Provide means to update (write down) cache for subsequent uses
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 12 Jul 2011 02:48:34 +0200 |
parents | 0e01f9182e16 |
children | 3fbfce107f94 |
line wrap: on
line diff
--- a/cmdline/org/tmatesoft/hg/console/Main.java Thu Jun 23 16:58:38 2011 +0200 +++ b/cmdline/org/tmatesoft/hg/console/Main.java Tue Jul 12 02:48:34 2011 +0200 @@ -72,7 +72,7 @@ public static void main(String[] args) throws Exception { Main m = new Main(args); - m.testRevisionMap(); +// m.testRevisionMap(); // m.testSubrepos(); // m.testReadWorkingCopy(); // m.testParents(); @@ -80,7 +80,7 @@ // m.testCatAtCsetRevision(); // m.testMergeState(); // m.testFileStatus(); -// m.dumpBranches(); + m.dumpBranches(); // m.inflaterLengthException(); // m.dumpIgnored(); // m.dumpDirstate(); @@ -259,6 +259,7 @@ System.out.print(" "); System.out.println(bi.getHeads()); } + b.writeCache(); // final long start = System.currentTimeMillis(); // for (int i = 0; i < 10; i++) { // b.collect(ProgressSupport.Factory.get(null));