Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+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.
test: update test-clone-stream.t to pass on bigendian
stable
2022-03-15, by Julien Cristau
filemerge: when merge tool uses $output, don't leave markers in $local
stable
2022-03-15, by Martin von Zweigbergk
tests: demonstrate how conflict markers end up $local *and* $output
stable
2022-03-15, by Martin von Zweigbergk
branching: merge stable into default
2022-03-15, by Raphaël Gomès
revlog: fix wrong type of rank_unknown variable
stable
2022-03-14, by Julien Cristau
tests: fix formatting issue in run-tests.py after c194e93d1ebc
2022-03-14, by Kyle Lippincott
rust-hg-core: use correct type for libc hostname buffer
stable
2022-03-14, by Luke Granger-Brown
import-checker: allow symbol imports from typing module
2022-03-09, by Gregory Szorc
pycompat: remove json.loads polyfill for Python 3.5
2022-03-08, by Gregory Szorc
pycompat: remove check for Python >= 3.6
2022-03-08, by Gregory Szorc
hgdemandimport: delete check for Python 3.5
2022-03-08, by Gregory Szorc
hg: always import hgdemandimport
2022-03-08, by Gregory Szorc
tests: support another error case when detecting ipv4/ipv6 support
2022-03-09, by Kyle Lippincott
debugdiscovery: fix a typo in the help
2022-03-09, by Pierre-Yves David
rust-hg-cypython: upgrade dependencies
2022-03-09, by Raphaël Gomès
rust-hg-core: upgrade dependencies
2022-03-09, by Raphaël Gomès
rhg: upgrade dependencies
2022-03-09, by Raphaël Gomès
chgserver: remove Python 2 file descriptor logic
2022-03-04, by Yuya Nishihara
dirstate-tree: optimize HashMap lookups with raw_entry_mut
2022-02-08, by Simon Sapin
heptapod-ci: remove useless mentions of Python 3
2022-03-04, by Raphaël Gomès
revlog: remove unused `rank` variable from D12209
2022-03-04, by Martin von Zweigbergk
demandimport: delete demandimportpy2 module
2022-02-21, by Gregory Szorc
py3: use class X: instead of class X(object):
2022-02-21, by Gregory Szorc
check-code: remove ban on old-style classes
2022-02-21, by Gregory Szorc
tests: remove Python 2 support code
2022-02-21, by Gregory Szorc
tests: remove Python < 3 check
2022-02-21, by Gregory Szorc
cborutil: remove Python 2 definition of _elementtointeger()
2022-03-01, by Gregory Szorc
py3: stop using util.iterfile()
2022-02-21, by Gregory Szorc
util: remove iterfile() variant for buggy EINTR handling
2022-03-03, by Gregory Szorc
statprof: remove superfluous sys.version_info check
2022-02-21, by Gregory Szorc
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip