Mercurial > hg
graph
-
localrepo: use _matchstatus of context objectsWed, 23 Apr 2014 15:54:26 -0500, by Sean Farley
-
workingctx: override _matchstatus for parentworking caseThu, 24 Apr 2014 08:32:28 -0500, by Sean Farley
-
basectx: add _matchstatus method for factoring out last of parentworking logicWed, 23 Apr 2014 15:39:30 -0500, by Sean Farley
-
workingctx: use inheritance for _buildstatus while keeping the fastpathThu, 24 Apr 2014 08:34:44 -0500, by Sean Farley
-
localrepo: remove unneeded unpacking of rTue, 22 Apr 2014 19:06:37 -0500, by Sean Farley
-
localrepo: call _poststatus hook instead of hardcoding symlink knowledgeTue, 22 Apr 2014 13:02:38 -0500, by Sean Farley
-
workingctx: add _poststatus method to call _filtersuspectsymlinkTue, 22 Apr 2014 12:59:22 -0500, by Sean Farley
-
context: add a no-op _poststatus methodTue, 22 Apr 2014 12:51:58 -0500, by Sean Farley
-
localrepo: call _prestatus hook instead of hardcoding dirstate knowledgeTue, 22 Apr 2014 12:43:20 -0500, by Sean Farley
-
workingctx: add _prestatus method to call _dirstatestatusMon, 21 Apr 2014 22:12:59 -0500, by Sean Farley
-
context: add a no-op _prestatus methodMon, 21 Apr 2014 21:39:10 -0500, by Sean Farley
-
localrepo: use _buildstatus from contextMon, 21 Apr 2014 21:36:14 -0500, by Sean Farley
-
context: add _buildstatus methodMon, 21 Apr 2014 21:35:36 -0500, by Sean Farley
-
localrepo: remove workingctx logic already moved to contextMon, 21 Apr 2014 20:42:42 -0500, by Sean Farley
-
localrepo: move the order of local variablesMon, 21 Apr 2014 20:23:47 -0500, by Sean Farley
-
localrepo: factor out _manifestmatch logic for workingctxTue, 15 Apr 2014 15:43:30 -0500, by Sean Farley
-
localrepo: use _manifestmatches instead of duplicating logicTue, 11 Mar 2014 18:38:44 -0500, by Sean Farley
-
basectx: add _manifestmatches methodWed, 23 Apr 2014 20:52:10 -0500, by Sean Farley
-
localrepo: always set the variable r in status methodTue, 11 Mar 2014 18:35:39 -0500, by Sean Farley
-
run-tests: execute tests via unittestSun, 20 Apr 2014 16:44:45 -0700, by Gregory Szorc
-
run-tests: implement Test.__str__Tue, 22 Apr 2014 13:37:27 -0700, by Gregory Szorc
-
run-tests: make failure reporting in unittest mode equivalent to defaultMon, 21 Apr 2014 12:15:55 -0700, by Gregory Szorc
-
run-tests: ignore failures from rmtreeSun, 20 Apr 2014 16:54:51 -0700, by Gregory Szorc
-
run-tests: abort tests after first failure in unittest modeSun, 20 Apr 2014 16:53:49 -0700, by Gregory Szorc
-
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
-
run-tests: refactor runone() into gettest() and scheduletests()Sat, 19 Apr 2014 22:02:55 -0700, by Gregory Szorc
-
run-tests: move computation of test paths into Test.__init__Sat, 19 Apr 2014 21:53:15 -0700, by Gregory Szorc
-
run-tests: move logging of test start into Test.run()Sat, 19 Apr 2014 21:50:23 -0700, by Gregory Szorc
-
run-tests: remove remaining uses of TestResultSat, 19 Apr 2014 21:21:57 -0700, by Gregory Szorc
-
run-tests: move output writing to Test.run()Sat, 19 Apr 2014 21:17:39 -0700, by Gregory Szorc
-
run-tests: move err file saving to Test.run()Sat, 19 Apr 2014 21:14:31 -0700, by Gregory Szorc
-
run-tests: emit exception failure result from Test.run()Sat, 19 Apr 2014 21:10:22 -0700, by Gregory Szorc
-
run-tests: move test name filter to Test.run()Sat, 19 Apr 2014 21:08:03 -0700, by Gregory Szorc
-
run-tests: move keyword processing into Test.run()Sat, 19 Apr 2014 21:05:50 -0700, by Gregory Szorc
-
run-tests: move retesting result to Test.run()Sat, 19 Apr 2014 21:04:08 -0700, by Gregory Szorc
-
run-tests: move blacklist skipping to Test.run()Sat, 19 Apr 2014 21:02:51 -0700, by Gregory Szorc
-
run-tests: check for test file existence in Test.run()Sat, 19 Apr 2014 21:00:24 -0700, by Gregory Szorc
-
run-tests: move remaining result processing to Test.run()Sat, 19 Apr 2014 20:53:45 -0700, by Gregory Szorc
-
run-tests: move output difference processing to Test.run()Sat, 19 Apr 2014 20:52:58 -0700, by Gregory Szorc
-
run-tests: generate timeout result in Test.run()Sat, 19 Apr 2014 20:48:16 -0700, by Gregory Szorc
-
run-tests: add skip processing to TestSat, 19 Apr 2014 20:47:14 -0700, by Gregory Szorc
-
run-tests: move fail() into TestSat, 19 Apr 2014 20:41:08 -0700, by Gregory Szorc
-
run-tests: move success() into TestSat, 19 Apr 2014 20:35:54 -0700, by Gregory Szorc
-
run-tests: move err path handling to TestSat, 19 Apr 2014 20:32:38 -0700, by Gregory Szorc
-
run-tests: handle interrupted in Test.run()Sat, 19 Apr 2014 20:27:18 -0700, by Gregory Szorc
-
run-tests: kill daemons during Test.cleanup()Sat, 19 Apr 2014 20:22:32 -0700, by Gregory Szorc
-
run-tests: capture reference output in Test.__init__Sat, 19 Apr 2014 18:50:40 -0700, by Gregory Szorc
-
run-tests: make globmatch a static method of TTestSat, 19 Apr 2014 16:14:30 -0700, by Gregory Szorc
-
run-tests: make rematch a static method of TTestSat, 19 Apr 2014 16:13:02 -0700, by Gregory Szorc
-
run-tests: make linematch a static method of TTestSat, 19 Apr 2014 16:11:49 -0700, by Gregory Szorc
-
run-tests: finish moving tsttest() into TTestSat, 19 Apr 2014 15:37:50 -0700, by Gregory Szorc
-
run-tests: move t test execution from tsttest() to TTest.run()Sat, 19 Apr 2014 15:28:31 -0700, by Gregory Szorc
-
run-tests: move t test parsing into its own functionSat, 19 Apr 2014 15:19:28 -0700, by Gregory Szorc
-
run-tests: roll pytest() into PythonTest._run()Sat, 19 Apr 2014 14:54:04 -0700, by Gregory Szorc
-
run-tests: remove threadtmp in Test.cleanup()Sat, 19 Apr 2014 14:51:43 -0700, by Gregory Szorc
-
run-tests: allow Test.run() to run multiple timesSat, 19 Apr 2014 14:47:34 -0700, by Gregory Szorc
-
run-tests: capture reference output in TestResult classSat, 19 Apr 2014 14:09:46 -0700, by Gregory Szorc
-
run-tests: give TestResult a skipped attributeSat, 19 Apr 2014 14:01:18 -0700, by Gregory Szorc
-
run-tests: pass TestResult into run()Sat, 19 Apr 2014 18:31:22 -0700, by Gregory Szorc
-
run-tests: capture execution results in a TestResult classSat, 19 Apr 2014 13:50:25 -0700, by Gregory Szorc
-
run-tests: clean up temp directory variablesSat, 19 Apr 2014 13:29:26 -0700, by Gregory Szorc
-
run-tests: move env into TestSat, 19 Apr 2014 13:26:12 -0700, by Gregory Szorc
-
run-tests: move killdaemons into Test.run()Sat, 19 Apr 2014 13:22:52 -0700, by Gregory Szorc
-
run-tests: move replacements and port management into TestSat, 19 Apr 2014 13:18:55 -0700, by Gregory Szorc
-
run-tests: move createhgrc() call into Test.run()Sat, 19 Apr 2014 13:11:49 -0700, by Gregory Szorc
-
run-tests: move createenv() into TestSat, 19 Apr 2014 13:07:05 -0700, by Gregory Szorc
-
run-tests: move replacements generation into TestSat, 19 Apr 2014 13:03:24 -0700, by Gregory Szorc
-
run-tests: move testtmp into Test classSat, 19 Apr 2014 12:54:09 -0700, by Gregory Szorc
-
run-tests: create classes for representing testsSat, 19 Apr 2014 12:26:34 -0700, by Gregory Szorc
-
revsetbenchmark: add `author(mpm) or author(lmoscovicz)` to the canonical listWed, 30 Apr 2014 18:40:20 -0700, by Pierre-Yves David
-
filterpyflakes: filter WindowsError unconditionallyTue, 13 May 2014 19:29:45 -0500, by Matt Mackall
-
filterpyflakes: make memoryview filtering unconditionalTue, 13 May 2014 19:22:40 -0500, by Matt Mackall
-
py3kcompat: drop unused exportTue, 13 May 2014 15:22:36 -0500, by Matt Mackall
-
py3kcompat: don't convert os.environ to bytesSat, 10 May 2014 15:22:04 -0700, by Gregory Szorc
-
demandimport: pass proper level to __import__ in Python 3Sat, 10 May 2014 14:57:25 -0700, by Gregory Szorc
-
help: suggest keyword search when no topic is foundWed, 16 Apr 2014 19:55:40 -0400, by Pierre-Yves David
-
help: provide a more helpful message when no keyword are matchedWed, 16 Apr 2014 20:01:03 -0400, by Pierre-Yves David
-
revsetbenchmark: use optparse to retrieve argumentTue, 29 Apr 2014 11:40:42 -0700, by Pierre-Yves David
-
revsetbenchmark: add a usage message when no arguments are passedFri, 25 Apr 2014 13:35:31 -0700, by Pierre-Yves David
-
revsetbenchmark: add `::tip and draft()` to the canonical listTue, 29 Apr 2014 19:15:36 -0700, by Pierre-Yves David
-
revset: cosmetic changes in spanset range comparisonMon, 28 Apr 2014 15:14:11 -0700, by Pierre-Yves David
-
revset: drop spanset._containedFri, 25 Apr 2014 23:38:24 -0700, by Pierre-Yves David
-
patchbomb: includes series information in the headerMon, 05 May 2014 22:47:14 -0700, by Pierre-Yves David
-
pager: add attend-<command> optionFri, 09 May 2014 13:32:56 -0500, by Matt Mackall
-
pager: variable reorderFri, 09 May 2014 13:10:23 -0500, by Matt Mackall
-
pager: break auto out of command check loopFri, 09 May 2014 13:07:50 -0500, by Matt Mackall
-
pager: break always out of command check loopFri, 09 May 2014 13:05:52 -0500, by Matt Mackall
-
pager: break pager invocation out of command check loopFri, 09 May 2014 12:58:53 -0500, by Matt Mackall
-
tests: fix test failure on vfatThu, 08 May 2014 11:11:27 -0500, by Matt Mackall
-
largefiles: include largefiles when doing log on a directory (issue4241)Thu, 08 May 2014 19:45:22 +0200, by Mads Kiilerich
-
journal: set Abort hint when failing due to an abandoned transactionThu, 08 May 2014 14:58:25 +0000, by Johan Bjork
-
merge: define conflict marker labels in filemerge()Thu, 08 May 2014 16:37:33 -0700, by Durham Goode
-
merge: prevent simplemerge from mutating label listThu, 08 May 2014 16:33:06 -0700, by Durham Goode
-
tests: ignore "undefined name 'memoryview'" pyflakes error on earlier PythonFri, 09 May 2014 08:44:53 +0900, by FUJIWARA Katsunori
-
mq: eliminate unused variable for test-check-pyflakes.tFri, 09 May 2014 08:44:53 +0900, by FUJIWARA Katsunori
-
merge: make debug output slightly more helpful by including message for actionTue, 22 Apr 2014 02:09:24 +0200, by Mads Kiilerich
-
merge: simplify mergestate iterSun, 13 May 2012 17:45:08 +0200, by Mads Kiilerich
-
resolve: simplify "finished" messageFri, 09 May 2014 14:46:50 -0500, by Matt Mackall
-
resolve: print message when no unresolved files remain (issue4214)Fri, 18 Apr 2014 22:19:25 -0700, by Gregory Szorc
-
resolve: print warning when no work performed (issue4208)Fri, 18 Apr 2014 18:56:26 -0700, by Gregory Szorc
-
resolve: abort when not applicable (BC)Fri, 18 Apr 2014 19:08:32 -0700, by Gregory Szorc
-
resolve: split testFri, 18 Apr 2014 18:26:42 -0700, by Gregory Szorc
-
resolve: use early continue and deindentFri, 18 Apr 2014 18:19:46 -0700, by Gregory Szorc
-
mergestate: consistently set variables to NoneThu, 08 May 2014 16:48:28 -0700, by Gregory Szorc
-
changegroup: refactor outgoing logic into a functionWed, 07 May 2014 17:22:34 -0700, by Durham Goode
-
bundle2: fix bundle2 pulling all revs on empty pullsWed, 07 May 2014 17:24:19 -0700, by Durham Goode
-
exchange: fix bad indentationWed, 07 May 2014 19:26:15 -0700, by Pierre-Yves David
-
exchange: propagate arguments to the _getbundleextrapart functionWed, 07 May 2014 19:28:17 -0700, by Pierre-Yves David
-
bundle2: fix configuration name mismatchWed, 07 May 2014 17:20:38 -0700, by Durham Goode
-
build: initial support for in-tree autobuilding recipesWed, 07 May 2014 17:58:13 -0500, by Matt Mackall
-
tests: declare commands using decoratorSun, 04 May 2014 22:48:07 -0700, by Gregory Szorc
-
share: declare commands using decoratorSun, 04 May 2014 21:33:14 -0700, by Gregory Szorc
-
relink: declare command using decoratorSun, 04 May 2014 21:52:25 -0700, by Gregory Szorc
-
record: declare commands using decoratorSun, 04 May 2014 22:35:37 -0700, by Gregory Szorc
-
hgk: declare commands using decoratorSun, 04 May 2014 21:31:51 -0700, by Gregory Szorc
-
color: declare command using decoratorSun, 04 May 2014 21:48:10 -0700, by Gregory Szorc
-
children: declare command using decoratorSun, 04 May 2014 21:46:49 -0700, by Gregory Szorc
-
fetch: declare command using decoratorSun, 04 May 2014 21:48:41 -0700, by Gregory Szorc
-
extdiff: declare command using decoratorSun, 04 May 2014 21:54:01 -0700, by Gregory Szorc
-
churn: declare command using decoratorSun, 04 May 2014 21:46:24 -0700, by Gregory Szorc
-
convert: declare commands using decoratorSun, 04 May 2014 21:17:04 -0700, by Gregory Szorc