Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
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.
phases: add set per phase in C phase computation
2015-04-01, by Laurent Charignon
match: rename _fmap to _fileroots for clarity
2015-05-08, by Drew Gottlieb
match: remove unnecessary optimization where visitdir() returns 'all'
2015-05-06, by Drew Gottlieb
dispatch: add support for python-flamegraph[0] profiling
2015-04-16, by Augie Fackler
extensions: document that `testedwith = 'internal'` is special
2015-04-28, by Augie Fackler
treemanifest: cache directory logs and manifests
2015-04-10, by Martin von Zweigbergk
hook: drop dedicated catch for 'KeyboardInterrupt'
2015-05-18, by Pierre-Yves David
recover: catch any exception, not just Exception
2015-05-18, by Pierre-Yves David
exchange: catch down to BaseException when handling bundle2
2015-05-18, by Pierre-Yves David
bundle2: use BaseException in bundle2
2015-05-18, by Pierre-Yves David
check-code: drop ban of BaseException
2015-05-18, by Pierre-Yves David
wireproto: turn an 'except' into a 'finally' as suggest by the comment
2015-05-18, by Pierre-Yves David
check-code: drop the yield inside try/finally ban
2015-05-18, by Pierre-Yves David
run-tests: resurrect the wifexited polyfill (backout 6ab5a1c9ea3c)
2015-05-18, by Matt Harbison
tests: check import cycles in hgext/**.py, too
2015-05-18, by FUJIWARA Katsunori
import-checker: don't treat modules as relative one if not found
2015-05-18, by FUJIWARA Katsunori
import-checker: make imported_modules yield absolute dotted_name_of_path
2015-05-18, by FUJIWARA Katsunori
import-checker: add utility to examine what module is imported easily
2015-05-18, by FUJIWARA Katsunori
subrepo: further replacement of try/except with 'next'
2015-05-18, by Pierre-Yves David
parsers: use 'next' instead of try/except
2015-05-18, by Pierre-Yves David
dagparser: use 'next' instead of try/except for default value
2015-05-18, by Pierre-Yves David
getlogrevs: rewrite a loop to get read of try/except
2015-05-18, by Pierre-Yves David
_makelogrevset: replace try/except with 'next' usage
2015-05-18, by Pierre-Yves David
ignore: move readpatternfile to match.py
2015-05-16, by Durham Goode
ignore: rename readignorefile to readpatternfile
2015-05-16, by Durham Goode
ignore: combine readignorefile and _ignorefile
2015-05-16, by Durham Goode
ignore: move bad file handling out of readignorefile
2015-05-16, by Durham Goode
ignore: remove .hgignore from ignore list if nonexistent
2015-05-16, by Durham Goode
run-tests: replace open-coded .decode()s on paths with a helper (issue4667)
2015-05-17, by Augie Fackler
run-tests: move unicode-to-bytes operations on paths to a helper (issue4667)
2015-05-17, by Augie Fackler
run-tests: insist that if people use Python 3, they use 3.5.x
2015-05-17, by Augie Fackler
run-tests: move all open-coded sys.version_info checks to PYTHON3 (issue4668)
2015-05-17, by Augie Fackler
run-tests: prefer PYTHON3 constant to many version_info checks (issue4668)
2015-05-17, by Augie Fackler
run-tests: introduce PYTHON3 boolean constant (issue4668)
2015-05-17, by Augie Fackler
run-tests: drop subprocess _cleanup monkeypatch
2015-05-17, by Augie Fackler
run-tests: drop wifexited polyfill
2015-05-17, by Augie Fackler
test-import: update for no-execbit platforms with 1ef96a3b8b89
2015-05-18, by Matt Harbison
test-treemanifest: add globs for Windows
2015-05-18, by Matt Harbison
util: drop any() and all() polyfills
2015-05-16, by Augie Fackler
cleanup: use __builtins__.all instead of util.all
2015-05-16, by Augie Fackler
check-code: un-ban __builtins__.all now that we're on 2.6
2015-05-16, by Augie Fackler
cleanup: use __builtins__.any instead of util.any
2015-05-16, by Augie Fackler
check-code: un-ban any() now that we're on 2.6
2015-05-16, by Augie Fackler
walkchangerevs: replace try/except with 'next'
2015-05-17, by Pierre-Yves David
generatorset: use 'next()' to simplify the code
2015-05-17, by Pierre-Yves David
revset: use 'next()' to detect end of iteration in 'last'
2015-05-17, by Pierre-Yves David
revset: use 'next()' to detect end of iteration in 'limit'
2015-05-17, by Pierre-Yves David
_revancestors: use 'next' to remove the verbose try except clauses
2015-05-17, by Pierre-Yves David
check-code: lift the ban on 'next()'
2015-05-17, by Pierre-Yves David
check-code: drop the 'isdisjoint' ban
2015-05-17, by Pierre-Yves David
check-code: fix the error message about 'class foo():'
2015-05-17, by Pierre-Yves David
check-code: remove the check for os.path.relpath
2015-05-17, by Pierre-Yves David
patch: remove duplicated import of cStringIO
2015-05-17, by Pierre-Yves David
check-commit: print limit when user has a too-long summary
2015-05-18, by Augie Fackler
paper: show branch/tags/bookmarks when blaming (issue3559)
2015-05-15, by Anton Shestakov
paper: show branch/tags/bookmarks when comparing (issue3559)
2015-05-15, by Anton Shestakov
paper: show branch/tags/bookmarks when diffing (issue3559)
2015-05-15, by Anton Shestakov
paper: show branch/tags/bookmarks when viewing (issue3559)
2015-05-15, by Anton Shestakov
paper: show branch/tags/bookmarks when browsing (issue3559)
2015-05-15, by Anton Shestakov
revset: extract addset._iterordered to free function
2015-05-16, by Yuya Nishihara
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip