Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
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
run-tests: move createhgrc() call into Test.run()
2014-04-19, by Gregory Szorc
run-tests: move createenv() into Test
2014-04-19, by Gregory Szorc
run-tests: move replacements generation into Test
2014-04-19, by Gregory Szorc
run-tests: move testtmp into Test class
2014-04-19, by Gregory Szorc
run-tests: create classes for representing tests
2014-04-19, by Gregory Szorc
revsetbenchmark: add `author(mpm) or author(lmoscovicz)` to the canonical list
2014-04-30, by Pierre-Yves David
filterpyflakes: filter WindowsError unconditionally
2014-05-13, by Matt Mackall
filterpyflakes: make memoryview filtering unconditional
2014-05-13, by Matt Mackall
py3kcompat: drop unused export
2014-05-13, by Matt Mackall
py3kcompat: don't convert os.environ to bytes
2014-05-10, by Gregory Szorc
demandimport: pass proper level to __import__ in Python 3
2014-05-10, by Gregory Szorc
help: suggest keyword search when no topic is found
2014-04-16, by Pierre-Yves David
help: provide a more helpful message when no keyword are matched
2014-04-16, by Pierre-Yves David
revsetbenchmark: use optparse to retrieve argument
2014-04-29, by Pierre-Yves David
revsetbenchmark: add a usage message when no arguments are passed
2014-04-25, by Pierre-Yves David
revsetbenchmark: add `::tip and draft()` to the canonical list
2014-04-29, by Pierre-Yves David
revset: cosmetic changes in spanset range comparison
2014-04-28, by Pierre-Yves David
revset: drop spanset._contained
2014-04-25, by Pierre-Yves David
patchbomb: includes series information in the header
2014-05-05, by Pierre-Yves David
pager: add attend-<command> option
2014-05-09, by Matt Mackall
pager: variable reorder
2014-05-09, by Matt Mackall
pager: break auto out of command check loop
2014-05-09, by Matt Mackall
pager: break always out of command check loop
2014-05-09, by Matt Mackall
pager: break pager invocation out of command check loop
2014-05-09, by Matt Mackall
tests: fix test failure on vfat
2014-05-08, by Matt Mackall
largefiles: include largefiles when doing log on a directory (issue4241)
2014-05-08, by Mads Kiilerich
journal: set Abort hint when failing due to an abandoned transaction
2014-05-08, by Johan Bjork
merge: define conflict marker labels in filemerge()
2014-05-08, by Durham Goode
merge: prevent simplemerge from mutating label list
2014-05-08, by Durham Goode
tests: ignore "undefined name 'memoryview'" pyflakes error on earlier Python
2014-05-09, by FUJIWARA Katsunori
mq: eliminate unused variable for test-check-pyflakes.t
2014-05-09, by FUJIWARA Katsunori
merge: make debug output slightly more helpful by including message for action
2014-04-22, by Mads Kiilerich
merge: simplify mergestate iter
2012-05-13, by Mads Kiilerich
resolve: simplify "finished" message
2014-05-09, by Matt Mackall
resolve: print message when no unresolved files remain (issue4214)
2014-04-18, by Gregory Szorc
resolve: print warning when no work performed (issue4208)
2014-04-18, by Gregory Szorc
resolve: abort when not applicable (BC)
2014-04-18, by Gregory Szorc
resolve: split test
2014-04-18, by Gregory Szorc
resolve: use early continue and deindent
2014-04-18, by Gregory Szorc
mergestate: consistently set variables to None
2014-05-08, by Gregory Szorc
changegroup: refactor outgoing logic into a function
2014-05-07, by Durham Goode
bundle2: fix bundle2 pulling all revs on empty pulls
2014-05-07, by Durham Goode
exchange: fix bad indentation
2014-05-07, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip