Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
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
filemerge: when using in-memory merge, always put backup files in temp dir
2022-02-11, by Martin von Zweigbergk
filemerge: remove unused `repo` argument from `_maketempfiles()`
2022-02-15, by Martin von Zweigbergk
upgrade: make dirstate-v2 format variant compatible with share
2022-02-15, by Pierre-Yves David
upgrade: prepare code (and output) for the idea of upgrading share
2022-02-15, by Pierre-Yves David
sparse: add timing block for parsing sparse configs
2022-02-15, by Augie Fackler
narrowspec: add timing block for validating narrowspec
2022-02-15, by Augie Fackler
Added signature for changeset dcec16e799dd
stable
2022-02-18, by Raphaël Gomès
Added tag 6.0.3 for changeset dcec16e799dd
stable
2022-02-18, by Raphaël Gomès
status: fix hg status race against file deletion
stable
6.0.3
2022-02-17, by Arseniy Alekseyev
branching: merge with stable
2022-02-15, by Martin von Zweigbergk
filemerge: put temporary files in single temp dir by default
2022-02-11, by Martin von Zweigbergk
dirstate-tracked-key: update the config value to match latest discussion
2022-02-15, by Pierre-Yves David
rhg: signal when falling back in logs
2021-11-26, by Raphaël Gomès
revlog: register changelogv2 C implementation in parsers
2022-02-07, by pacien
revlog: implement changelogv2 packing and unpacking in C
2022-02-14, by pacien
revlog: memset whole record instead of dealing with padding
2022-02-10, by pacien
revlog: do not compute node location by hand in index_invalidate_added
2022-02-11, by Pierre-Yves David
rank: compute property incrementally
2022-01-28, by pacien
rank: add test with golden values
2022-01-28, by Pierre-Yves David
rank: add minimal test
2022-01-28, by pacien
rank: add context and template keyword
2022-01-28, by Pierre-Yves David
rank: naive rank property computation and retrieval
2022-01-28, by Pierre-Yves David
filemerge: move check for identical sides out of filemerge()
2022-02-07, by Martin von Zweigbergk
mergestate: use an early return for trivial merges
2022-02-07, by Martin von Zweigbergk
simplemerge: remove now-unused arguments
2022-02-07, by Martin von Zweigbergk
merge: fix documented order of `labels` argument
2022-01-18, by Martin von Zweigbergk
filemerge: when not keeping premerge, don't write markers to context
2022-01-18, by Martin von Zweigbergk
simplemerge: move printing of merge result to extension
2022-01-14, by Martin von Zweigbergk
simplemerge: remove code for checking binary input now that callers do it
2022-02-10, by Martin von Zweigbergk
simplemerge: let filemerge check for binary inputs
2022-02-10, by Martin von Zweigbergk
simplemerge: let extension check for binary inputs (unless `--text`)
2022-02-10, by Martin von Zweigbergk
simplemerge: store input data in MergeInput
2022-02-10, by Martin von Zweigbergk
simplemerge: convert MergeInput to regular, non-attr.ib class
2022-02-04, by Martin von Zweigbergk
simplemerge: replace `**opts` passed to `simplemerge()` by keyword arguments
2022-02-10, by Martin von Zweigbergk
automation: use gp3 volume type
stable
2021-08-25, by Gregory Szorc
automation: use m6i instances
stable
2021-08-26, by Gregory Szorc
narrow: add support for merging add and remove outside of the tracked set
2022-02-03, by Pierre-Yves David
status: prefer relative paths in Rust code
2022-01-21, by Simon Sapin
rust: remove unused `StatusError::IO` enum variant
2022-02-14, by Simon Sapin
copyright: it's 2022
stable
2022-02-15, by Raphaël Gomès
hghave: update rustfmt criterion
stable
2022-02-14, by Raphaël Gomès
dirstate-v2: fix infinite loop in pure packer
stable
2022-02-11, by Raphaël Gomès
contrib: refer to RHEL and derivatives instead of CentOS specifically
stable
2022-02-15, by Mathias De Mare
packaging: replace centos8 by rockylinux 8
stable
2022-02-14, by Mathias De Mare
rust: fix code formatting
2022-02-14, by Simon Sapin
sparse: rework debugsparse's interface
2022-02-07, by Valentin Gatien-Baron
color: don't infer vt status from TERM on Windows
2022-02-09, by Mitchell Hentges
rhg: enable `rhg status` by default, without config or env opt-in
2022-02-10, by Simon Sapin
rhg: Colorize `rhg status` output when appropriate
2022-02-08, by Simon Sapin
rhg: Add support for colored output
2022-02-10, by Simon Sapin
rhg: Add parsing for the --color global CLI argument
2022-02-10, by Simon Sapin
rhg: Make Ui::new falliable, add Ui::new_infallible
2022-02-10, by Simon Sapin
rhg: Pass a &Config to Ui::new
2022-02-10, by Simon Sapin
rhg: Add support for HGPLAINEXPECT
2022-02-10, by Simon Sapin
merge: with stable
2022-02-10, by Augie Fackler
help: make the help for `safe-mismatch` real section
stable
2022-02-09, by Pierre-Yves David
help: avoid repeated value in the safe-mistmatch help
stable
2022-02-09, by Pierre-Yves David
help: add missing `.` in config reference
stable
2022-02-09, by Pierre-Yves David
scmutil: obsrevs is already a frozenset
2022-02-07, by Anton Shestakov
obsolete: always return frozensets from obsolete.getrevs()
2022-02-07, by Anton Shestakov
revlog: split revlog v1 and revlog v2 handling
2022-01-26, by pacien
revlog: extract entry byte offsets into named constants
2022-01-26, by pacien
doc: inspect.getargspec has been removed in Python 3.11
stable
2022-02-07, by Mads Kiilerich
branchmap: split a long condition in branchcache.validfor(), add comments
2022-02-07, by Anton Shestakov
branchmap: don't add branch entries if there are no heads
2022-02-06, by Anton Shestakov
notify: don't produce errors if a revision is not found
2022-02-06, by Anton Shestakov
narrow: allow merging non-conflicting change outside of the narrow spec
2022-02-03, by Pierre-Yves David
merge-actions: add some information about the "changes" the action do
2022-01-30, by Pierre-Yves David
merge-actions: have an attribute for narrow safetiness
2022-01-29, by Pierre-Yves David
merge-actions: add an explicite "no_op" attribute
2022-01-28, by Pierre-Yves David
merge-actions: gather all created action into a set
2022-01-28, by Pierre-Yves David
merge-actions: make merge action a full featured object
2022-01-28, by Pierre-Yves David
convert: use the merge action constant
2022-01-28, by Pierre-Yves David
large-file: use the merge action constant
2022-01-28, by Pierre-Yves David
merge: stop using merge action for pathconflict option
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up two not-so-one-liner for extra readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
phabricator-refresh: add a magic value to skip it in the CI
2022-02-03, by Pierre-Yves David
interfaces: add missing caches kwarg of localrepo.updatecaches()
2022-01-27, by Anton Shestakov
obsolete: don't import from .node twice
2022-01-31, by Anton Shestakov
dagop: don't import nullrev from .node twice
2022-01-31, by Anton Shestakov
stream-clone: allow to change persistent-nodemap format during stream clone
2022-01-27, by Pierre-Yves David
stream-clone: add 5000 changesets to test-clone-stream-format
2022-01-27, by Pierre-Yves David
debugbuilddag: add a flag to allow running it from a non-empty repository
2022-01-27, by Pierre-Yves David
persistent-nodemap: properly delete all nodemap files on downgrade
2022-01-27, by Pierre-Yves David
destutil: if wdp is obsolete, update to the closest non-obsolete ancestor
2022-01-15, by Anton Shestakov
discovery: port _postprocessobsolete() changes from evolve, add tests
2022-01-04, by Anton Shestakov
branchmap: skip obsolete revisions while computing heads
2022-01-07, by Anton Shestakov
obsolete: make sure windows tests pass when stat() is given a URL
2022-01-28, by Anton Shestakov
transaction: do not rely on a global variable to post_finalize file
2022-01-31, by Pierre-Yves David
dirstate: introduce a "tracked-key" feature
2022-01-31, by Pierre-Yves David
dirstate: rename the filegenerator used for writing
2022-01-31, by Pierre-Yves David
dirstate: use a context manager when writing the dirstate
2022-01-31, by Pierre-Yves David
branching: merge stable into default
2022-02-02, by Raphaël Gomès
Added signature for changeset 75676122c2bf
stable
2022-02-02, by Raphaël Gomès
Added tag 6.0.2 for changeset 75676122c2bf
stable
2022-02-02, by Raphaël Gomès
relnotes: add 6.0.1 and 6.0.2 notes
stable
6.0.2
2022-02-02, by Raphaël Gomès
branchmap: stop writing cache for uncommitted data
stable
2022-02-01, by Pierre-Yves David
transaction: add a way to know a transaction has been finalized
stable
2022-01-31, by Pierre-Yves David
branchmap: Add a test about writing branchmap and aborted transaction
stable
2022-02-01, by Pierre-Yves David
dirstate-v2: rename the configuration to enable the format
stable
2022-02-01, by Pierre-Yves David
arbitraryfilectx: use our existing helpers for reading and writing files
2022-01-26, by Martin von Zweigbergk
fix: remove unnecessary and overly strict check for divergence
2021-02-11, by Martin von Zweigbergk
encoding: fix trim() to be O(n) instead of O(n^2)
2022-01-26, by Martin von Zweigbergk
stream-clone: filter possible missing requirements using all supported one
stable
2022-01-24, by Pierre-Yves David
share-safe: enable by default (BC)
2022-01-11, by Pierre-Yves David
share-safe: add support for static-http repository
2022-01-11, by Pierre-Yves David
legacy-revlog: fix requirement computation when cloning legacy repo
2022-01-11, by Pierre-Yves David
requirements: do not warn about dropping share-safe, unless explicitly set
2022-01-10, by Pierre-Yves David
sparse: take lock before writing requirements
2022-01-11, by Pierre-Yves David
largefiles: take lock before writing requirements
2022-01-07, by Pierre-Yves David
lfs: take lock before writing requirements
2022-01-07, by Pierre-Yves David
test: simpler requirements matching in test-repo-compengines.t
2022-01-11, by Pierre-Yves David
test: simpler requirements matching in test-lfs-largefiles.t
2022-01-10, by Pierre-Yves David
test: simpler requirements matching in test-sidedata.t
2022-01-10, by Pierre-Yves David
test: simpler requirement matching in test-revlog-v2.t
2022-01-10, by Pierre-Yves David
test-copies: narrow the format check in test-copies-in-changeset.t
2022-01-10, by Pierre-Yves David
tests: use debugrequires instead of grepping the file directly
2022-01-07, by Pierre-Yves David
tests: use debugrequires in test-upgrade-repo.t
2022-01-11, by Pierre-Yves David
test: do not use `which` to find an exec path in the test
2022-01-06, by Pierre-Yves David
stream-clone: stop considering working copy only requirements
2022-01-14, by Pierre-Yves David
stream-clone: also filter the requirement we put in the bundle 2
2022-01-18, by Pierre-Yves David
requirements: add an official `REVLOG_COMPRESSION_ZSTD` const
2022-01-24, by Pierre-Yves David
stream-requirements: smoother matching in test-http-protocol.t
2022-01-18, by Pierre-Yves David
stream-requirements: smoother matching in test-ssh-bundle1.t
2022-01-18, by Pierre-Yves David
stream-requirements: smoother matching in test-ssh-proto.t
2022-01-18, by Pierre-Yves David
stream-requirements: smoother matching in test-hgweb-commands.t
2022-01-18, by Pierre-Yves David
stream-requirements: smoother matching in test-treemanifest.t
2022-01-18, by Pierre-Yves David
stream-requirements: smoother matching in test-ssh-proto-unbundle.t
2022-01-18, by Pierre-Yves David
test-bundle: split some variant in there own section
2022-01-24, by Pierre-Yves David
test-bundle: split each variant in there own section
2022-01-18, by Pierre-Yves David
test-http-bad-server: abstract the `streamreqs` value
2022-01-24, by Pierre-Yves David
test-http-bad-server: use the new pattern-reading for a test-case
2022-01-21, by Pierre-Yves David
test-http-bad-server: use the new pattern-reading for a test-case
2022-01-21, by Pierre-Yves David
test-http-bad-server: use the new pattern-reading for a test-case
2022-01-21, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
tip