comparison test/org/tmatesoft/hg/test/TestHistory.java @ 468:3ca4ae7bdd38 v1.0.0

Clean experimental marks and deprecation code. Update version number to release
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 11 Jul 2012 17:48:17 +0200
parents ad0322a4af20
children a6435c1a42d0
comparison
equal deleted inserted replaced
467:51d682cf9cdc 468:3ca4ae7bdd38
177 report("log a", cmd.file("a", false).execute(), true); 177 report("log a", cmd.file("a", false).execute(), true);
178 // 178 //
179 changelogParser.reset(); 179 changelogParser.reset();
180 // fails with Mercurial 2.2.1, @see http://selenic.com/pipermail/mercurial-devel/2012-February/038249.html 180 // fails with Mercurial 2.2.1, @see http://selenic.com/pipermail/mercurial-devel/2012-February/038249.html
181 // and http://www.selenic.com/hg/rev/60101427d618?rev= 181 // and http://www.selenic.com/hg/rev/60101427d618?rev=
182 /* FIXME either fix test to update to revision 2, where a was still present, or change command to fail/report problem 182 // fix for the test (replacement) is available below
183 eh.run("hg", "log", "--debug", "-f", "a", "--cwd", repo.getLocation()); 183 // eh.run("hg", "log", "--debug", "-f", "a", "--cwd", repo.getLocation());
184 List<HgChangeset> r = cmd.file("a", true).execute(); 184 // List<HgChangeset> r = cmd.file("a", true).execute();
185 report("log -f a", r, true); 185 // report("log -f a", r, true);
186 */ 186
187 // 187 //
188 changelogParser.reset(); 188 changelogParser.reset();
189 eh.run("hg", "log", "--debug", "-f", "e", "--cwd", repo.getLocation()); 189 eh.run("hg", "log", "--debug", "-f", "e", "--cwd", repo.getLocation());
190 report("log -f e", cmd.file("e", true).execute(), false /*#1, below*/); 190 report("log -f e", cmd.file("e", true).execute(), false /*#1, below*/);
191 // 191 //