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.
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
revset: use fastasc/fastdesc switch consistently in addset.__iter__
2015-05-16, by Yuya Nishihara
revset: drop redundant filteredset from right-hand side set of "or" operation
2015-03-30, by Yuya Nishihara
getbundle: sort bundlecaps before exchanging then over the wire
2015-05-10, by Pierre-Yves David
hg-ssh: reject push earlier (on pretxnopen)
2015-05-10, by Pierre-Yves David
test: test both bundle1 and bundle2 paths in 'test-push-hook-lock.t'
2015-05-10, by Pierre-Yves David
progress: get the extremely verbose output out of default debug
2015-05-09, by Pierre-Yves David
hgweb: show changeset branches/tags/bookmarks in file log (style=monoblue)
2015-05-15, by Anton Shestakov
hgweb: show changeset branches/tags/bookmarks in file log (style=gitweb)
2015-05-15, by Anton Shestakov
match: resolve filesets in subrepos for commands given the '-S' argument
2015-05-16, by Matt Harbison
subrepo: introduce getfileset()
2015-05-15, by Matt Harbison
phase: default to current revision if no rev is provided (issue4666)
2015-05-15, by Gilles Moris
treemanifest: add --dir option to debug{revlog,data,index}
2015-04-12, by Martin von Zweigbergk
obsolete: sort obsmarkers during exchange
2015-05-10, by Pierre-Yves David
test-discovery-legacy: disable bundle2 for legacy test
2015-04-21, by Pierre-Yves David
test-discovery: disable bundle2 for legacy test (issue4610)
2015-04-21, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip