Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
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.
policy: remove Python 2.7 compatibility code
2022-02-21, by Gregory Szorc
lsprof: remove some Python 2.7 compatibility code
2022-02-21, by Gregory Szorc
url: remove Python 2.7 support code
2022-02-21, by Gregory Szorc
py3: replace pycompat.itervalues(x) with x.values()
2022-03-01, by Gregory Szorc
py3: use str instead of pycompat.unicode
2022-02-21, by Gregory Szorc
ui: use input() directly
2022-03-08, by Gregory Szorc
py3: use int instead of pycompat.long
2022-03-01, by Gregory Szorc
verify: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
templatekw: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
templatefuncs: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
revlog: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
merge: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
manifest: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
localrepo: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
keepalive: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
help: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
dirstate: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
debugcommands: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
config: remove pycompat.iteritems()
2022-03-01, by Gregory Szorc
commands: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
remotefilelog: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
lfs: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
largefiles: remove pycompat.iteritems()
2022-03-01, by Gregory Szorc
infinitepush: remove pycompat.iteritems()
2022-02-21, by Gregory Szorc
convert: remove pycompat.iteritems()
2022-03-01, by Gregory Szorc
global: bulk replace simple pycompat.iteritems(x) with x.items()
2022-03-03, by Gregory Szorc
worker: silence type error when calling pickle
2022-03-03, by Gregory Szorc
stringutil: remove Python 2 support code
2022-02-21, by Gregory Szorc
procutil: delete Python 2 support code
2022-02-21, by Gregory Szorc
revlogutils: unconditionally pass version to random seed
2022-03-01, by Gregory Szorc
revlogutils: remove Python 2 variant for iter_seed
2022-02-21, by Gregory Szorc
charencode: remove Python 2 support code
2022-02-21, by Gregory Szorc
hgweb: remove Python 2 support code
2022-02-21, by Gregory Szorc
hgweb: remove Python 3 conditional
2022-03-03, by Gregory Szorc
hgweb: simplify uenv assignment
2022-02-21, by Gregory Szorc
chgserver: remove Python 2 support code
2022-02-21, by Gregory Szorc
chgserver: remove Python 2 branch
2022-02-21, by Gregory Szorc
worker: remove Python 2 support code
2022-02-21, by Gregory Szorc
wireprotoframing: remove Python 2 support code
2022-02-21, by Gregory Szorc
windows: remove write throttling support
2022-02-21, by Gregory Szorc
windows: remove conditional for Python 3
2022-02-21, by Gregory Szorc
util: remove superfluous ispy3 test
2022-02-21, by Gregory Szorc
urllibcompat: remove Python 2 support code
2022-02-21, by Gregory Szorc
keepalive: remove Python 2 support code
2022-02-21, by Gregory Szorc
extensions: remove superfluous pycompat.ispy3 check
2022-02-21, by Gregory Szorc
archival: remove check for Python 2
2022-02-21, by Gregory Szorc
encoding: remove Python 2 support code
2022-03-03, by Gregory Szorc
dispatch: remove Python 2 function variants
2022-02-21, by Gregory Szorc
config: remove conditional asserts
2022-02-21, by Gregory Szorc
error: unconditionally define __str__
2022-02-21, by Gregory Szorc
formatter: remove conditional assert
2022-02-21, by Gregory Szorc
httppeer: inline simplified _reqdata()
2022-02-21, by Gregory Szorc
url: remove passing of strict
2022-02-21, by Gregory Szorc
posix: delete Python 2 posixfile()
2022-03-03, by Gregory Szorc
match: delete Python 2 conditional code
2022-02-21, by Gregory Szorc
mail: delete conditional code for Python 2
2022-02-21, by Gregory Szorc
archival: remove GzipFileWithTime
2022-02-20, by Gregory Szorc
check-code: allow importing Python 3 modules
2022-02-21, by Gregory Szorc
tests: move Python 3.5 check higher in file
2022-03-02, by Gregory Szorc
py2: drop some more from __future__ statements
2022-02-20, by Gregory Szorc
tests: delete some no-py3 blocks
2022-02-20, by Gregory Szorc
tests: remove __future__ import from test-debugcommands.t
2022-02-20, by Gregory Szorc
tests: remove from __future__ from inline Python in tests
2022-02-20, by Gregory Szorc
py2: remove simple from __future__ statements
2022-03-03, by Gregory Szorc
tests: remove output conditionalized on no-py3
2022-02-20, by Gregory Szorc
py3: use io.BytesIO directly
2022-02-20, by Gregory Szorc
check-py3-compat: drop support for Python 2
2022-02-20, by Gregory Szorc
pycompat: remove large Python 2 block
2022-03-03, by Gregory Szorc
py3: use pickle directly
2022-03-01, by Gregory Szorc
pycompat: remove first not ispy3 block
2022-03-02, by Gregory Szorc
import-checker: assume absolute and use modern import checker
2022-02-20, by Gregory Szorc
tests: unconditionalize some imports
2022-02-20, by Gregory Szorc
tests: remove last references to PYTHON3
2022-02-20, by Gregory Szorc
tests: simplify Windows and PYTHON3 conditionals
2022-02-20, by Gregory Szorc
tests: delete some not PYTHON3 blocks
2022-02-20, by Gregory Szorc
tests: unconditionalize _bytes2sys()
2022-02-20, by Gregory Szorc
tests: remove Python 3 conditionalizing from variables
2022-02-20, by Gregory Szorc
tests: always encode session
2022-02-20, by Gregory Szorc
tests: unconditionalize bchr
2022-02-20, by Gregory Szorc
tests: unconditionalize _unified_diff
2022-02-20, by Gregory Szorc
tests: collapse elif PYTHON3 block
2022-02-20, by Gregory Szorc
tests: collapse some more trivial if PYTHON3 blocks
2022-02-20, by Gregory Szorc
tests: require Python 3.5+ in run-tests.py
2022-02-20, by Gregory Szorc
revlog: use rust rank computation if available
2022-02-21, by pacien
rust: expose rank computation function to python
2022-02-21, by pacien
rust: implement vcsgraph::RankedGraph for Index
2022-02-21, by pacien
revlog: implement fast_rank retrieval in C
2022-02-21, by pacien
revlog: return 0 for the fast_rank of nullrev
2022-02-21, by pacien
setup: drop support for Python 3.5
2022-03-02, by Gregory Szorc
packaging: remove requirements constraints to support Python 2
2022-02-19, by Gregory Szorc
packaging: remove py2exe / Python 2.7 support
2022-02-19, by Gregory Szorc
automation: delete code related to Python 2.7 support
2022-02-19, by Gregory Szorc
automation: drop support for Python 2.7 in Windows environment
2022-02-19, by Gregory Szorc
automation: drop support for Python 2.7 in Linux environment
2022-02-19, by Gregory Szorc
automation: make system3 the default for run-tests-linux
2022-02-19, by Gregory Szorc
automation: run hg with python3
2022-02-19, by Gregory Szorc
rust: enable Python 3 support unconditionally
2022-03-03, by Simon Sapin
cext: really remove Python 2 file handling code
2022-03-03, by Yuya Nishihara
cext: backout e9ca736f5b52 "remove Python 2 file handling code"
2022-03-03, by Yuya Nishihara
rust: jettison Python 2 support
2022-03-02, by Augie Fackler
setup: always decode xcode version
2022-03-02, by Augie Fackler
setup: remove Rust support for Python 2
2022-03-02, by Augie Fackler
cleanup: stop bundling concurrent.futures on Python 2
2022-03-02, by Augie Fackler
cleanup: directly use concurrent.futures instead of via pycompat
2022-03-02, by Augie Fackler
imports: allow importing futures from concurrent
2022-03-02, by Augie Fackler
setup: remove pygit2 Python 2 logic
2022-03-02, by Augie Fackler
setup: inline now-constant list
2022-03-02, by Augie Fackler
setup: unconditionally do this python 3 step
2022-03-02, by Augie Fackler
setup: remove Python 2 support code for determining dylib suffix
2022-03-02, by Augie Fackler
setup: inline os.fsdecode now that we're done with Python 2
2022-03-02, by Augie Fackler
setup: inline encoding constant that is only used once
2022-03-02, by Augie Fackler
setup: remove printf trampoline
2022-03-02, by Augie Fackler
setup: remove more Python 2 support code
2022-03-02, by Augie Fackler
setup: remove ssl check that only matters on 2.7
2022-03-02, by Augie Fackler
setup: remove block that tries to help Python 2.6 users
2022-03-02, by Augie Fackler
setup: drop statement of support for Python before 3.5.3
2022-03-02, by Augie Fackler
cext: remove inline rewriting of argv
2022-02-20, by Gregory Szorc
cext: remove PY23()
2022-02-20, by Gregory Szorc
cext: unconditionalize PySlice_GetIndicesEx()
2022-02-20, by Gregory Szorc
cext: unconditionalize PYLONG_VALUE()
2022-02-20, by Gregory Szorc
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip