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.
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
cext: use PyLong symbols
2022-02-20, by Gregory Szorc
cext: use PyLong symbols
2022-02-20, by Gregory Szorc
cext: remove Python 2 support
2022-02-20, by Gregory Szorc
cext: remove Python 2 file handling code
2022-02-20, by Gregory Szorc
cext: remove Python 2 variant of listdir_slot()
2022-02-20, by Gregory Szorc
cext: remove some conditional preprocessor defines
2022-02-20, by Gregory Szorc
cext: unconditionally use PyLong_FromLong()
2022-02-20, by Gregory Szorc
cext: drop preprocessor PyInt aliases
2022-02-20, by Gregory Szorc
cext: remove Python 2 module initializer functions
2022-02-20, by Gregory Szorc
rhg: simplify the handling of share-safe config mismatch
2022-02-21, by Arseniy Alekseyev
branching: merge stable into default
2022-03-01, by Raphaël Gomès
Added signature for changeset d4486810a179
stable
2022-03-01, by Raphaël Gomès
Added tag 6.1 for changeset d4486810a179
stable
2022-03-01, by Raphaël Gomès
merge: remove direct rustmod reference
stable
6.1
2022-02-28, by Raphaël Gomès
relnotes: add 6.1
stable
2022-02-21, by Raphaël Gomès
relnotes: add 6.0.3
stable
2022-02-18, by Raphaël Gomès
windows: adjust test output in test-merge-tools.t
stable
2022-02-18, by Raphaël Gomès
windows: generalize output for test-status-tracked-key.t
stable
2022-02-18, by Raphaël Gomès
windows: skip a section of a test that is legitimately broken on windows
stable
2022-02-22, by Pierre-Yves David
heptapod-ci: remove Python 2 support
2022-02-21, by Raphaël Gomès
Added signature for changeset c00d3ce4e94b
stable
2022-02-18, by Raphaël Gomès
Added tag 6.1rc0 for changeset c00d3ce4e94b
stable
2022-02-18, by Raphaël Gomès
branching: merge default into stable for 6.1 freeze
stable
6.1rc0
2022-02-18, by Raphaël Gomès
branching: merge 6.0.3 stable into default
2022-02-18, by Raphaël Gomès
branching: merge stable into default
2022-02-18, by Raphaël Gomès
tracked-key: remove the dual write and rename to tracked-hint
2022-02-17, by Pierre-Yves David
tracked-file: rename the format option to use `use-`
2022-02-17, by Pierre-Yves David
tracked-key: update the requirement value
2022-02-17, by Pierre-Yves David
tracked-key: make it possible to upgrade to and downgrade from the feature
2022-02-17, by Pierre-Yves David
obsolete: don't use os.stat in repo.obsstore.__nonzero__ if it's static HTTP
2022-01-31, by Anton Shestakov
filemerge: make `_maketempfiles()` more reusable
2022-02-14, by Martin von Zweigbergk
filemerge: reduce some duplication in `_maketempfiles()`
2022-02-14, by Martin von Zweigbergk
filemerge: use leverage `util.readfile()` in `_maketempfiles()`
2022-02-14, by Martin von Zweigbergk
filemerge: move removal of `.orig` extension on temp file close to context
2022-02-14, by Martin von Zweigbergk
filemerge: remove `uselocalpath` argument from `_maketempfiles()`
2022-02-14, by Martin von Zweigbergk
filemerge: remove an unnecessary join with absolute path
2022-02-11, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip