comparison cmdline/org/tmatesoft/hg/console/Main.java @ 507:a6435c1a42d0

Test for HgChangesetTreeHandler - make sure nothing is broken prior to adding --follow support
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 12 Dec 2012 14:17:12 +0100
parents 27398bbfd543
children ca5202afea90
comparison
equal deleted inserted replaced
506:27398bbfd543 507:a6435c1a42d0
94 System.out.println("REPO:" + hgRepo.getLocation()); 94 System.out.println("REPO:" + hgRepo.getLocation());
95 } 95 }
96 96
97 public static void main(String[] args) throws Exception { 97 public static void main(String[] args) throws Exception {
98 Main m = new Main(args); 98 Main m = new Main(args);
99 m.tryExtensions(); 99 // m.tryExtensions();
100 // m.dumpBookmarks(); 100 // m.dumpBookmarks();
101 // m.readConfigFile(); 101 // m.readConfigFile();
102 // m.dumpCommitLastMessage(); 102 // m.dumpCommitLastMessage();
103 // m.buildFileLog(); 103 m.buildFileLog();
104 // m.testConsoleLog(); 104 // m.testConsoleLog();
105 // m.testTreeTraversal(); 105 // m.testTreeTraversal();
106 // m.testRevisionMap(); 106 // m.testRevisionMap();
107 // m.testSubrepos(); 107 // m.testSubrepos();
108 // m.testReadWorkingCopy(); 108 // m.testReadWorkingCopy();