Mercurial > hg
graph
-
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