Mercurial > hg4j
comparison cmdline/org/tmatesoft/hg/console/Main.java @ 656:a937e63b6e02
Performance: rebuild information about branches takes too long (my improvement: 3 times, 11-15 s to less than 4 sec)
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 04 Jul 2013 18:40:03 +0200 |
parents | 6526d8adbc0f |
children |
comparison
equal
deleted
inserted
replaced
655:bcbcc318f250 | 656:a937e63b6e02 |
---|---|
101 System.out.println("REPO:" + hgRepo.getLocation()); | 101 System.out.println("REPO:" + hgRepo.getLocation()); |
102 } | 102 } |
103 | 103 |
104 public static void main(String[] args) throws Exception { | 104 public static void main(String[] args) throws Exception { |
105 Main m = new Main(args); | 105 Main m = new Main(args); |
106 m.checkFileSneakerPerformance(); | 106 // m.checkFileSneakerPerformance(); |
107 // m.testRevert(); | 107 // m.testRevert(); |
108 // m.testCheckout(); | 108 // m.testCheckout(); |
109 // m.tryExtensions(); | 109 // m.tryExtensions(); |
110 // m.dumpBookmarks(); | 110 // m.dumpBookmarks(); |
111 // m.dumpCommitLastMessage(); | 111 // m.dumpCommitLastMessage(); |
117 // m.testReadWorkingCopy(); | 117 // m.testReadWorkingCopy(); |
118 // m.testParents(); | 118 // m.testParents(); |
119 // m.testEffectiveFileLog(); | 119 // m.testEffectiveFileLog(); |
120 // m.testMergeState(); | 120 // m.testMergeState(); |
121 // m.testFileStatus(); | 121 // m.testFileStatus(); |
122 // m.dumpBranches(); | 122 m.dumpBranches(); |
123 // m.inflaterLengthException(); | 123 // m.inflaterLengthException(); |
124 // m.dumpIgnored(); | 124 // m.dumpIgnored(); |
125 // m.dumpDirstate(); | 125 // m.dumpDirstate(); |
126 // m.testStatusInternals(); | 126 // m.testStatusInternals(); |
127 // m.catCompleteHistory(); | 127 // m.catCompleteHistory(); |