Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
mq: fold the code path to invoke editor into specific logic (qnew)
2014-05-11, by FUJIWARA Katsunori
cmdutil: enhance "getcommiteditor()" for specific usages in MQ
2014-05-11, by FUJIWARA Katsunori
tag: use the editor gotten by "getcommiteditor()" instead of "ui.edit()"
2014-05-11, by FUJIWARA Katsunori
import: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
graft: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
amend: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
commit: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
backout: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
backout: avoid redundant message examination
2014-05-11, by FUJIWARA Katsunori
transplant: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
rebase: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
histedit: use "getcommiteditor()" instead of explicit editor choice for "--continue"
2014-05-11, by FUJIWARA Katsunori
histedit: use "getcommiteditor()" instead of explicit editor choice for "fold"
2014-05-11, by FUJIWARA Katsunori
histedit: use the editor gotten by "getcommiteditor()" for "message"
2014-05-11, by FUJIWARA Katsunori
fetch: use "getcommiteditor()" instead of explicit editor choice
2014-05-11, by FUJIWARA Katsunori
cmdutil: introduce "getcommiteditor()" to simplify code paths to choose editor
2014-05-11, by FUJIWARA Katsunori
update: when deactivating a bookmark, print a message
2014-05-14, by Siddharth Agarwal
doc: improves merge-tools example with an overwrite of existing config
2012-08-02, by Pierre-Yves David
help: add additional information in the merge-tools section of config help
2014-05-12, by Pierre-Yves David
subrepo: use subrepo shortid method to generate subrepo diverged promptchoice
2014-05-07, by Angel Ezquerra
subrepo: add shortid() method to subrepo classes
2014-05-07, by Angel Ezquerra
localrepo: call _dirstatestatus instead of duplicating logic
2014-03-11, by Sean Farley
workingctx: call _dirstatestatus in status
2014-04-22, by Sean Farley
context: add private _dirstatestatus method
2014-04-22, by Sean Farley
committablectx: move status to workingctx
2014-03-11, by Sean Farley
localrepo: factor out parentworking logic for comparing files
2014-03-11, by Sean Farley
localrepo: improve dirstate.normal lookup by cacheing the function
2014-03-11, by Sean Farley
localrepo: move symlink logic to workingctx
2014-03-07, by Sean Farley
merge: separate worker functions for batch remove and batch get
2014-05-09, by Mads Kiilerich
merge: change debug logging - test output changes but no real changes
2014-04-22, by Mads Kiilerich
merge: move constant assignments a bit and use them more
2014-05-15, by Mads Kiilerich
merge: change priority / ordering of merge actions
2014-05-02, by Mads Kiilerich
run-tests: fix --interactive option
2014-05-17, by Pierre-Yves David
run-test: fix AttributeError in the --interactive prompt
2014-05-17, by Pierre-Yves David
run-test: restore the -i prompt by write .err before checking if it exists
2014-05-17, by Pierre-Yves David
run-tests: move _gethgpath() into TestRunner
2014-04-20, by Gregory Szorc
run-tests: move string escaping to TTest
2014-04-20, by Gregory Szorc
run-tests: add some docstrings
2014-04-20, by Gregory Szorc
run-tests: move createhgrc into Test
2014-04-20, by Gregory Szorc
run-tests: move SKIPPED_PREFIX and FAILED_PREFIX into TTest
2014-04-20, by Gregory Szorc
run-tests: move SKIPPED_STATUS into Test class
2014-04-20, by Gregory Szorc
run-tests: move parsehghaveoutput() into TTest
2014-04-20, by Gregory Szorc
run-tests: make some methods of TestRunner internal
2014-04-20, by Gregory Szorc
run-tests: eliminate main()
2014-04-20, by Gregory Szorc
run-tests: move option parser logic to TestRunner.run()
2014-04-20, by Gregory Szorc
run-tests: move umask into TestRunner.run()
2014-04-20, by Gregory Szorc
run-tests: move checktools into TestRunner.run()
2014-04-20, by Gregory Szorc
run-tests: move test discovery into TestRunner.run()
2014-04-20, by Gregory Szorc
run-tests: move test shuffling and sorting into TestRunner
2014-04-20, by Gregory Szorc
run-tests: assign testdir in TestRunner
2014-04-20, by Gregory Szorc
run-tests: move hash seed logic to TestRunner
2014-04-20, by Gregory Szorc
run-tests: move tmpdir calculations into TestRunner
2014-04-20, by Gregory Szorc
run-tests: move more path calculations into TestRunner
2014-04-20, by Gregory Szorc
run-tests: move pypath manipulation into TestRunner
2014-04-20, by Gregory Szorc
run-tests: establish TestRunner.run()
2014-04-20, by Gregory Szorc
run-tests: move program searching into TestRunner
2014-04-20, by Gregory Szorc
run-tests: allow TestRunner to be passed into main()
2014-04-20, by Gregory Szorc
run-tests: move test discovery logic into a function
2014-04-20, by Gregory Szorc
run-tests: move scheduletests() into TestRunner
2014-04-20, by Gregory Szorc
run-tests: move abort global to TestRunner
2014-04-20, by Gregory Szorc
run-tests: move runtests() into TestRunner
2014-04-20, by Gregory Szorc
run-tests: move results global into TestRunner
2014-04-20, by Gregory Szorc
run-tests: move times global into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move gettest() into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move outputcoverage() into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move outputtimes() into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move checkhglib into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move installhg() into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move createdfiles out of a global and into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move usecorrectpython() into TestRunner
2014-04-19, by Gregory Szorc
run-tests: move cleanup() into TestRunner
2014-04-19, by Gregory Szorc
run-tests: add options to runner
2014-04-19, by Gregory Szorc
run-tests: add options to runner
2014-04-19, by Gregory Szorc
run-tests: move COVERAGE_FILE out of a global
2014-04-19, by Gregory Szorc
run-tests: move PYTHONDIR out of a global
2014-04-19, by Gregory Szorc
run-tests: move TMPBINDIR out of a global
2014-04-19, by Gregory Szorc
run-tests: move BINDIR out of a global
2014-04-19, by Gregory Szorc
run-tests: move INST out of a global
2014-04-19, by Gregory Szorc
run-tests: move HGTMP out of a global
2014-04-19, by Gregory Szorc
run-tests: move TESTDIR out of a global
2014-04-19, by Gregory Szorc
run-tests: establish a class to hold testing state
2014-04-19, by Gregory Szorc
run-tests: refactor runone() into gettest() and scheduletests()
2014-04-19, by Gregory Szorc
run-tests: move computation of test paths into Test.__init__
2014-04-19, by Gregory Szorc
run-tests: move logging of test start into Test.run()
2014-04-19, by Gregory Szorc
run-tests: remove remaining uses of TestResult
2014-04-19, by Gregory Szorc
run-tests: move output writing to Test.run()
2014-04-19, by Gregory Szorc
run-tests: move err file saving to Test.run()
2014-04-19, by Gregory Szorc
run-tests: emit exception failure result from Test.run()
2014-04-19, by Gregory Szorc
run-tests: move test name filter to Test.run()
2014-04-19, by Gregory Szorc
run-tests: move keyword processing into Test.run()
2014-04-19, by Gregory Szorc
run-tests: move retesting result to Test.run()
2014-04-19, by Gregory Szorc
run-tests: move blacklist skipping to Test.run()
2014-04-19, by Gregory Szorc
run-tests: check for test file existence in Test.run()
2014-04-19, by Gregory Szorc
run-tests: move remaining result processing to Test.run()
2014-04-19, by Gregory Szorc
run-tests: move output difference processing to Test.run()
2014-04-19, by Gregory Szorc
run-tests: generate timeout result in Test.run()
2014-04-19, by Gregory Szorc
run-tests: add skip processing to Test
2014-04-19, by Gregory Szorc
run-tests: move fail() into Test
2014-04-19, by Gregory Szorc
run-tests: move success() into Test
2014-04-19, by Gregory Szorc
run-tests: move err path handling to Test
2014-04-19, by Gregory Szorc
run-tests: handle interrupted in Test.run()
2014-04-19, by Gregory Szorc
run-tests: kill daemons during Test.cleanup()
2014-04-19, by Gregory Szorc
run-tests: capture reference output in Test.__init__
2014-04-19, by Gregory Szorc
run-tests: make globmatch a static method of TTest
2014-04-19, by Gregory Szorc
run-tests: make rematch a static method of TTest
2014-04-19, by Gregory Szorc
run-tests: make linematch a static method of TTest
2014-04-19, by Gregory Szorc
run-tests: finish moving tsttest() into TTest
2014-04-19, by Gregory Szorc
run-tests: move t test execution from tsttest() to TTest.run()
2014-04-19, by Gregory Szorc
run-tests: move t test parsing into its own function
2014-04-19, by Gregory Szorc
run-tests: roll pytest() into PythonTest._run()
2014-04-19, by Gregory Szorc
run-tests: remove threadtmp in Test.cleanup()
2014-04-19, by Gregory Szorc
run-tests: allow Test.run() to run multiple times
2014-04-19, by Gregory Szorc
run-tests: capture reference output in TestResult class
2014-04-19, by Gregory Szorc
run-tests: give TestResult a skipped attribute
2014-04-19, by Gregory Szorc
run-tests: pass TestResult into run()
2014-04-19, by Gregory Szorc
run-tests: capture execution results in a TestResult class
2014-04-19, by Gregory Szorc
run-tests: clean up temp directory variables
2014-04-19, by Gregory Szorc
run-tests: move env into Test
2014-04-19, by Gregory Szorc
run-tests: move killdaemons into Test.run()
2014-04-19, by Gregory Szorc
run-tests: move replacements and port management into Test
2014-04-19, by Gregory Szorc
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip