Mercurial > hg-stable
graph
-
run-tests: print compatible output from TextTestRunnerSun, 20 Apr 2014 16:39:05 -0700, by Gregory Szorc
-
run-tests: don't print results in unittest modeSun, 20 Apr 2014 16:17:18 -0700, by Gregory Szorc
-
run-tests: move errpath deletion to setUp()Sun, 20 Apr 2014 15:53:25 -0700, by Gregory Szorc
-
run-tests: kill daemons during tearDown()Sun, 20 Apr 2014 15:46:34 -0700, by Gregory Szorc
-
run-tests: move err file writing to tearDown()Mon, 21 Apr 2014 09:30:11 -0700, by Gregory Szorc
-
run-tests: refactor testtmpSun, 20 Apr 2014 15:40:22 -0700, by Gregory Szorc
-
run-tests: store skipped state on TestSun, 20 Apr 2014 15:19:21 -0700, by Gregory Szorc
-
run-tests: move some functionality to Test.tearDown()Sun, 20 Apr 2014 15:16:29 -0700, by Gregory Szorc
-
run-tests: store last result in Test._resultSun, 20 Apr 2014 15:08:05 -0700, by Gregory Szorc
-
run-tests: report test duration in Test.tearDown()Sun, 20 Apr 2014 15:00:13 -0700, by Gregory Szorc
-
run-tests: store test return code and output in Test instanceSun, 20 Apr 2014 14:58:36 -0700, by Gregory Szorc
-
run-tests: keep track of test start and stop in MercurialTest.run()Sun, 20 Apr 2014 14:55:33 -0700, by Gregory Szorc
-
run-tests: keep track of test execution state in TestSun, 20 Apr 2014 14:52:57 -0700, by Gregory Szorc
-
run-tests: support setUp() and tearDown() in TestCase wrapperSun, 20 Apr 2014 14:41:11 -0700, by Gregory Szorc
-
run-tests: fail tests by raising an exceptionSun, 20 Apr 2014 14:34:03 -0700, by Gregory Szorc
-
run-tests: record warnings by raising WarnTestSun, 20 Apr 2014 14:32:03 -0700, by Gregory Szorc
-
run-tests: record ignored tests by raising IgnoreTestSun, 20 Apr 2014 14:28:29 -0700, by Gregory Szorc
-
run-tests: record skips by raising SkipTestSun, 20 Apr 2014 14:23:50 -0700, by Gregory Szorc
-
run-tests: implement TestCase.run()Sun, 20 Apr 2014 14:19:59 -0700, by Gregory Szorc
-
run-tests: don't print progress from Test when in unittest modeSun, 20 Apr 2014 14:04:37 -0700, by Gregory Szorc
-
run-tests: define a custom TestSuite that uses _executetests()Sun, 20 Apr 2014 13:04:19 -0700, by Gregory Szorc
-
run-tests: pass an optional TestResult into _executetests()Sun, 20 Apr 2014 13:00:40 -0700, by Gregory Szorc
-
run-tests: pass Test instances into TestRunner._executetests()Sun, 20 Apr 2014 12:49:43 -0700, by Gregory Szorc
-
run-tests: define cleanup() on unittest classSat, 17 May 2014 12:35:44 -0700, by Gregory Szorc
-
run-tests: rename Test._test to Test.nameSun, 20 Apr 2014 12:45:44 -0700, by Gregory Szorc
-
run-tests: teach Test instances whether they are in unittest modeSun, 20 Apr 2014 12:19:48 -0700, by Gregory Szorc
-
run-tests: teach unittest about warned resultsSun, 20 Apr 2014 11:55:02 -0700, by Gregory Szorc
-
run-tests: document how success code is handledSun, 20 Apr 2014 11:52:41 -0700, by Gregory Szorc
-
run-tests: teach unittest about ignored testsSun, 20 Apr 2014 11:51:11 -0700, by Gregory Szorc
-
run-tests: teach unittest about skipped testsSun, 20 Apr 2014 11:48:19 -0700, by Gregory Szorc
-
run-tests: define custom result and runner classes for unittestSun, 20 Apr 2014 11:47:40 -0700, by Gregory Szorc
-
run-tests: start to report test results against TestResultSun, 20 Apr 2014 11:29:39 -0700, by Gregory Szorc
-
run-tests: give unittest wrapper a short descriptionSun, 20 Apr 2014 11:24:37 -0700, by Gregory Szorc
-
run-tests: initial support for running tests with unittestSun, 20 Apr 2014 11:22:08 -0700, by Gregory Szorc
-
localrepo: reverse contexts in statusWed, 16 Apr 2014 16:34:48 -0500, by Sean Farley
-
test: split test-largefile.t in multiple fileFri, 16 May 2014 13:18:57 -0700, by Pierre-Yves David
-
mq: use the editor gotten by "getcommiteditor()" instead of "ui.edit()" (qrefresh/qfold)Sun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
mq: fold the code paths to invoke editor into specific logic (qrefresh/qfold)Sun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
mq: use the editor gotten by "getcommiteditor()" instead of "ui.edit()" (qnew)Sun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
mq: fold the code path to invoke editor into specific logic (qnew)Sun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
cmdutil: enhance "getcommiteditor()" for specific usages in MQSun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
tag: use the editor gotten by "getcommiteditor()" instead of "ui.edit()"Sun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
import: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
graft: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
amend: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
commit: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
backout: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:36 +0900, by FUJIWARA Katsunori
-
backout: avoid redundant message examinationSun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
transplant: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
rebase: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
histedit: use "getcommiteditor()" instead of explicit editor choice for "--continue"Sun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
histedit: use "getcommiteditor()" instead of explicit editor choice for "fold"Sun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
histedit: use the editor gotten by "getcommiteditor()" for "message"Sun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
fetch: use "getcommiteditor()" instead of explicit editor choiceSun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
cmdutil: introduce "getcommiteditor()" to simplify code paths to choose editorSun, 11 May 2014 00:49:35 +0900, by FUJIWARA Katsunori
-
update: when deactivating a bookmark, print a messageWed, 14 May 2014 12:49:55 -0700, by Siddharth Agarwal
-
doc: improves merge-tools example with an overwrite of existing configThu, 02 Aug 2012 13:51:34 +0200, by Pierre-Yves David
-
help: add additional information in the merge-tools section of config helpMon, 12 May 2014 17:40:58 -0700, by Pierre-Yves David
-
subrepo: use subrepo shortid method to generate subrepo diverged promptchoiceWed, 07 May 2014 00:13:22 +0200, by Angel Ezquerra
-
subrepo: add shortid() method to subrepo classesWed, 07 May 2014 00:08:20 +0200, by Angel Ezquerra
-
localrepo: call _dirstatestatus instead of duplicating logicTue, 11 Mar 2014 18:32:16 -0500, by Sean Farley
-
workingctx: call _dirstatestatus in statusTue, 22 Apr 2014 13:20:30 -0500, by Sean Farley
-
context: add private _dirstatestatus methodTue, 22 Apr 2014 13:14:51 -0500, by Sean Farley
-
committablectx: move status to workingctxTue, 11 Mar 2014 18:28:09 -0500, by Sean Farley
-
localrepo: factor out parentworking logic for comparing filesTue, 11 Mar 2014 18:10:00 -0500, by Sean Farley
-
localrepo: improve dirstate.normal lookup by cacheing the functionTue, 11 Mar 2014 17:44:09 -0500, by Sean Farley
-
localrepo: move symlink logic to workingctxFri, 07 Mar 2014 13:32:37 -0800, by Sean Farley
-
merge: separate worker functions for batch remove and batch getFri, 09 May 2014 12:01:56 +0200, by Mads Kiilerich
-
merge: change debug logging - test output changes but no real changesTue, 22 Apr 2014 02:10:25 +0200, by Mads Kiilerich
-
merge: move constant assignments a bit and use them moreThu, 15 May 2014 02:14:59 +0200, by Mads Kiilerich
-
merge: change priority / ordering of merge actionsFri, 02 May 2014 01:09:14 +0200, by Mads Kiilerich
-
run-tests: fix --interactive optionSat, 17 May 2014 00:47:42 -0700, by Pierre-Yves David
-
run-test: fix AttributeError in the --interactive promptSat, 17 May 2014 00:38:48 -0700, by Pierre-Yves David
-
run-test: restore the -i prompt by write .err before checking if it existsSat, 17 May 2014 00:37:06 -0700, by Pierre-Yves David
-
run-tests: move _gethgpath() into TestRunnerSun, 20 Apr 2014 11:04:25 -0700, by Gregory Szorc
-
run-tests: move string escaping to TTestSun, 20 Apr 2014 10:34:52 -0700, by Gregory Szorc
-
run-tests: add some docstringsSun, 20 Apr 2014 10:28:35 -0700, by Gregory Szorc
-
run-tests: move createhgrc into TestSun, 20 Apr 2014 10:24:00 -0700, by Gregory Szorc
-
run-tests: move SKIPPED_PREFIX and FAILED_PREFIX into TTestSun, 20 Apr 2014 10:19:58 -0700, by Gregory Szorc
-
run-tests: move SKIPPED_STATUS into Test classSun, 20 Apr 2014 10:16:36 -0700, by Gregory Szorc
-
run-tests: move parsehghaveoutput() into TTestSun, 20 Apr 2014 10:14:25 -0700, by Gregory Szorc
-
run-tests: make some methods of TestRunner internalSun, 20 Apr 2014 10:11:46 -0700, by Gregory Szorc
-
run-tests: eliminate main()Sun, 20 Apr 2014 10:09:23 -0700, by Gregory Szorc
-
run-tests: move option parser logic to TestRunner.run()Sun, 20 Apr 2014 10:08:33 -0700, by Gregory Szorc
-
run-tests: move umask into TestRunner.run()Sun, 20 Apr 2014 10:06:19 -0700, by Gregory Szorc
-
run-tests: move checktools into TestRunner.run()Sun, 20 Apr 2014 10:05:00 -0700, by Gregory Szorc
-
run-tests: move test discovery into TestRunner.run()Sun, 20 Apr 2014 10:04:15 -0700, by Gregory Szorc
-
run-tests: move test shuffling and sorting into TestRunnerSun, 20 Apr 2014 10:03:08 -0700, by Gregory Szorc
-
run-tests: assign testdir in TestRunnerSun, 20 Apr 2014 10:00:59 -0700, by Gregory Szorc
-
run-tests: move hash seed logic to TestRunnerSun, 20 Apr 2014 09:59:01 -0700, by Gregory Szorc
-
run-tests: move tmpdir calculations into TestRunnerSun, 20 Apr 2014 09:58:26 -0700, by Gregory Szorc
-
run-tests: move more path calculations into TestRunnerSun, 20 Apr 2014 09:57:02 -0700, by Gregory Szorc
-
run-tests: move pypath manipulation into TestRunnerSun, 20 Apr 2014 09:54:28 -0700, by Gregory Szorc
-
run-tests: establish TestRunner.run()Sun, 20 Apr 2014 09:49:33 -0700, by Gregory Szorc
-
run-tests: move program searching into TestRunnerSun, 20 Apr 2014 09:44:39 -0700, by Gregory Szorc
-
run-tests: allow TestRunner to be passed into main()Sun, 20 Apr 2014 09:40:27 -0700, by Gregory Szorc
-
run-tests: move test discovery logic into a functionSun, 20 Apr 2014 00:23:06 -0700, by Gregory Szorc
-
run-tests: move scheduletests() into TestRunnerSun, 20 Apr 2014 00:12:26 -0700, by Gregory Szorc
-
run-tests: move abort global to TestRunnerSun, 20 Apr 2014 00:10:06 -0700, by Gregory Szorc
-
run-tests: move runtests() into TestRunnerSun, 20 Apr 2014 00:06:30 -0700, by Gregory Szorc
-
run-tests: move results global into TestRunnerSun, 20 Apr 2014 00:03:32 -0700, by Gregory Szorc
-
run-tests: move times global into TestRunnerSat, 19 Apr 2014 23:59:06 -0700, by Gregory Szorc
-
run-tests: move gettest() into TestRunnerSat, 19 Apr 2014 23:53:23 -0700, by Gregory Szorc
-
run-tests: move outputcoverage() into TestRunnerSat, 19 Apr 2014 23:49:23 -0700, by Gregory Szorc
-
run-tests: move outputtimes() into TestRunnerSat, 19 Apr 2014 23:47:59 -0700, by Gregory Szorc
-
run-tests: move checkhglib into TestRunnerSat, 19 Apr 2014 23:44:56 -0700, by Gregory Szorc
-
run-tests: move installhg() into TestRunnerSat, 19 Apr 2014 23:43:00 -0700, by Gregory Szorc
-
run-tests: move createdfiles out of a global and into TestRunnerSat, 19 Apr 2014 23:39:38 -0700, by Gregory Szorc
-
run-tests: move usecorrectpython() into TestRunnerSat, 19 Apr 2014 23:38:10 -0700, by Gregory Szorc
-
run-tests: move cleanup() into TestRunnerSat, 19 Apr 2014 23:35:27 -0700, by Gregory Szorc
-
run-tests: add options to runnerSat, 19 Apr 2014 23:33:44 -0700, by Gregory Szorc
-
run-tests: add options to runnerSat, 19 Apr 2014 23:28:59 -0700, by Gregory Szorc
-
run-tests: move COVERAGE_FILE out of a globalSat, 19 Apr 2014 23:27:11 -0700, by Gregory Szorc
-
run-tests: move PYTHONDIR out of a globalSat, 19 Apr 2014 23:26:15 -0700, by Gregory Szorc
-
run-tests: move TMPBINDIR out of a globalSat, 19 Apr 2014 23:24:39 -0700, by Gregory Szorc
-
run-tests: move BINDIR out of a globalSat, 19 Apr 2014 23:22:47 -0700, by Gregory Szorc
-
run-tests: move INST out of a globalSat, 19 Apr 2014 23:20:42 -0700, by Gregory Szorc
-
run-tests: move HGTMP out of a globalSat, 19 Apr 2014 23:19:23 -0700, by Gregory Szorc
-
run-tests: move TESTDIR out of a globalSat, 19 Apr 2014 23:15:24 -0700, by Gregory Szorc
-
run-tests: establish a class to hold testing stateSat, 19 Apr 2014 23:07:17 -0700, by Gregory Szorc