Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
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.
node: stop converting binascii.Error to TypeError in bin()
2022-05-30, by Manuel Jacob
revlog: make try block smaller
2022-05-30, by Manuel Jacob
revlog: make round-down pattern clearer
2022-05-30, by Manuel Jacob
branching: merge stable into default
2022-06-02, by Raphaël Gomès
test-revlog: adds a new root revision with a delta against nullrev
2022-05-27, by Pierre-Yves David
test-revlog: adds a non-root revision with a delta against nullrev
2022-05-27, by Pierre-Yves David
test-revlog: update the patch used to test delta againts nullrev
2022-05-27, by Pierre-Yves David
tests: remove hg10 requirement from test-check-pylint.t
2022-05-27, by Anton Shestakov
tests: add hg10 requirement to test-check-module-imports.t
2022-05-27, by Anton Shestakov
worker: implement _blockingreader.readinto() (issue6444)
2022-05-22, by Manuel Jacob
worker: stop relying on garbage collection to release memoryview
2022-05-21, by Manuel Jacob
worker: add docstring to _blockingreader
2022-05-21, by Manuel Jacob
worker: explain why pickle reading stream has to be unbuffered
2022-05-21, by Manuel Jacob
bundle: quick fix to ludicrous performance penalty
2022-05-17, by Pierre-Yves David
deltas: add a debug-delta-find command to analyse delta search
2022-05-20, by Pierre-Yves David
deltas: add a `debug.revlog.debug-delta` config option enable output
2022-05-19, by Pierre-Yves David
deltas: add code to display information about the result of `finddeltainfo`
2022-05-19, by Pierre-Yves David
test: update `test-sparse-revlog` output
2022-04-21, by Pierre-Yves David
branching: fix wrong merge conflict resolution from 13dfad0f9f7a
2022-05-25, by Manuel Jacob
debugdeltachain: detect a special case where parents are "skipped"
2022-05-19, by Pierre-Yves David
debugdeltachain: document the possible value for deltatype
2022-05-18, by Pierre-Yves David
debugdeltachain: also display p1/p2
2022-05-18, by Pierre-Yves David
debugdeltachain: glob variance of "test-generaldelta"
2022-05-18, by Pierre-Yves David
debugdeltachain: use the symbolic constant to access entry information
2022-05-18, by Pierre-Yves David
debugdeltachain: distinct between snapshot and "other" diffs
2022-05-18, by Pierre-Yves David
branching: merge stable into default
2022-05-25, by Raphaël Gomès
revlog: use appropriate format char for int ("i" instead of "I")
2022-05-24, by Anton Shestakov
revlog: use %d to format int instead of %lu (issue6565)
2022-05-17, by Anton Shestakov
filelog: show the passed argument on error
2021-04-06, by Pierre-Yves David
manifest: improve error message in case for tree manifest
2021-04-06, by Pierre-Yves David
branchmap: use a context manager when writing the branchmap
2022-05-13, by Pierre-Yves David
auto-upgrade: skip the operation if the repository cannot be locked
2022-04-05, by Pierre-Yves David
auto-upgrade: add a test case where the repository is already locked
2022-04-05, by Pierre-Yves David
wait-on-file: properly wait on any files and symlink
2022-04-05, by Pierre-Yves David
debuglock: make the command more useful in non-interactive mode
2022-04-05, by Pierre-Yves David
auto-upgrade: add a test case with no permission to lock the repository
2022-04-05, by Pierre-Yves David
auto-upgrade: introduce a way to auto-upgrade to/from dirstate-v2
2022-03-22, by Pierre-Yves David
auto-upgrade: introduce a way to auto-upgrade to/from tracked-hint
2022-04-05, by Pierre-Yves David
upgrade: split some logic from UpgradeOperation
2022-04-04, by Pierre-Yves David
auto-upgrade: introduce a way to auto-upgrade to/from share-safe
2022-04-05, by Pierre-Yves David
rust: make requirements public
2022-04-15, by Raphaël Gomès
clone: use better names for temp files
2022-05-10, by Arseniy Alekseyev
tests: make sure .js files stay in ASCII encoding (issue6559)
2022-05-02, by Anton Shestakov
ci: have rust-cargo-test inherit from all
2022-05-13, by Pierre-Yves David
copies-sdc: mark upgrade action as changelog only
2022-05-19, by Pierre-Yves David
changelog-v2: mark upgrade action as changelog only
2022-05-19, by Pierre-Yves David
copies-sdc: no longer suppress the upgrade output
2022-05-19, by Pierre-Yves David
copies-sdc: no longer use revlogv2 in `test-copies-in-changeset.t`
2022-05-19, by Pierre-Yves David
fix-ci: backed out changeset 308e45f7b455
2022-05-16, by Pierre-Yves David
branching: merge stable into default
2022-05-17, by Raphaël Gomès
branching: merge with stable
2022-05-12, by Martin von Zweigbergk
rust-repo: make `Send` by not storing functions in `LazyCell`
2022-04-21, by Martin von Zweigbergk
obsolete: remove two unused constants
2022-05-05, by Augie Fackler
node: manually implement Debug
2022-05-05, by Augie Fackler
censor: make rhg fall back to python when encountering a censored node
2022-05-05, by Arseniy Alekseyev
contrib: migrate off of a couple of bitbucket URLs
2022-05-04, by Matt Harbison
diff: add help text to highlight the ability to do "merge diffs"
2022-05-04, by Matt Harbison
followlines: don't put Unicode directly into the .js file (issue6559)
2022-05-02, by Anton Shestakov
wix: bump the minimum Windows required to 8.1
2022-04-28, by Matt Harbison
wix: drop python2 conditionals
2022-04-28, by Matt Harbison
tests: fix misspelling of supersede
2022-04-27, by Anton Shestakov
filemerge: add configs to disable some or all partial merge tools
2022-04-26, by Martin von Zweigbergk
branching: merge stable into default
2022-05-04, by Raphaël Gomès
branching: merge stable into default
2022-04-25, by Raphaël Gomès
amend: move "return None for removed files" into block handling filestoamend
2022-04-19, by Kyle Lippincott
rust-dirstatemap: remove unused helper from the old API
2022-04-12, by Raphaël Gomès
rust-status: stop using `state()` in the dispatch logic
2022-04-12, by Raphaël Gomès
rust-status: stop using `state()` in `handle_normal_file`
2022-04-12, by Raphaël Gomès
rust-dirstatemap: stop using `state()` in the cache logic
2022-04-12, by Raphaël Gomès
rust-dirstatemap: stop using `.state` in `is_from_other_parent`
2022-04-12, by Raphaël Gomès
rust-dirstate-entry: add `modified` method
2022-04-12, by Raphaël Gomès
rust: remove use of `EntryState` in `DirsMultiset`
2022-04-12, by Raphaël Gomès
rust: use `entry.tracked()` directly
2022-04-12, by Raphaël Gomès
rust-hg-cpython: remove use of `EntryState`
2022-04-12, by Raphaël Gomès
rust-dirstatemap: use a checked sub instead of a potentially underflowing one
2022-04-08, by Raphaël Gomès
rust-dirstatemap: add simpler version of `get_node_mut`
2022-04-08, by Raphaël Gomès
rust-dirstatemap: use `get_node_mut` instead or `get_or_insert_node`
2022-04-08, by Raphaël Gomès
rust-dirstatemap: add `each_ancestor` argument to `get_node_mut`
2022-04-08, by Raphaël Gomès
rust-dirstatemap: add simpler method `get_or_insert_node` for the common case
2022-04-08, by Raphaël Gomès
rust-dirstatemap: inline the last `get_or_insert` call
2022-04-08, by Raphaël Gomès
rust-dirstatemap: add `set_cached_mtime` helper method
2022-04-08, by Raphaël Gomès
rust-dirstatemap: add `clear_cached_mtime` helper method
2022-04-08, by Raphaël Gomès
rust-dirstatemap: add unit tests
2022-03-29, by Raphaël Gomès
rust: add `Debug` trait to a bunch of structs
2022-03-29, by Raphaël Gomès
rust-dirstatemap: use `&HgPath` instead of `HgPathBuf` in `copy_map_insert`
2022-03-30, by Raphaël Gomès
rust-dirstatemap: use `DirstateEntry::tracked` directly
2022-03-29, by Raphaël Gomès
rust-cpython: remove unused API to `drop_entry_and_copy_source`
2022-03-29, by Raphaël Gomès
rust-dirstatemap: remove `set_dirstate_entry`/`set_entry` methods
2022-03-29, by Raphaël Gomès
rust-dirstatemap: implement part of the `setparents` logic
2022-03-29, by Raphaël Gomès
dirstate-item: add missing bit of docstring
2022-03-28, by Raphaël Gomès
dirstatemap: move `_dirs_incr` and `_dirs_decr` methods out of the common
2022-03-28, by Raphaël Gomès
dirstatemap: move `_refresh_entry` out of the common methods
2022-03-28, by Raphaël Gomès
dirstatemap: move `_drop_entry` out of the common methods
2022-03-28, by Raphaël Gomès
rust-dirstatemap: remove `_drop_entry`
2022-03-28, by Raphaël Gomès
rust-dirstatemap: remove `__settitem__`
2022-03-28, by Raphaël Gomès
rust-dirstatemap: remove unused `_refresh_entry` implementation
2022-03-28, by Raphaël Gomès
rust-distatemap: remove `addfile` API
2022-03-23, by Raphaël Gomès
rust-dirstatemap: remove `removefile` API
2022-03-23, by Raphaël Gomès
rhg: use the new `set_clean` API
2022-03-28, by Raphaël Gomès
dirstatemap: move `set_untracked` out of the common methods
2022-03-28, by Raphaël Gomès
rust-dirstatemap: add `set_untracked` method
2022-03-28, by Raphaël Gomès
dirstatemap: move `set_possibly_dirty` out of the common methods
2022-03-28, by Raphaël Gomès
rust-dirstatemap: add `set_possibly_dirty` method
2022-03-28, by Raphaël Gomès
dirstatemap: move `set_clean` out of common methods
2022-03-28, by Raphaël Gomès
rust-dirstatemap: add `set_clean` method
2022-03-28, by Raphaël Gomès
dirstatemap: remove `_insert_entry`
2022-03-23, by Raphaël Gomès
dirstatemap: move `reset_state` out of common methods
2022-03-23, by Raphaël Gomès
rust-dirstatemap: add Rust implementation of `reset_state`
2022-03-23, by Raphaël Gomès
rust-dirstate: introduce intermediate struct for dirstate-v2 data
2022-03-23, by Raphaël Gomès
dirstatemap: remove unused parameter from `reset_state`
2022-03-23, by Raphaël Gomès
dirstatemap: move `set_tracked` out of common methods and plug in Rust
2022-03-23, by Raphaël Gomès
rust-dirstatemap: add `set_tracked` method
2022-03-23, by Raphaël Gomès
changelog: avoid copying changeset data into `ChangesetRevisionData`
2022-04-12, by Martin von Zweigbergk
rust-nodemap: remove unnecessary explicit lifetime
2022-04-08, by Martin von Zweigbergk
rust-revlog: add tests for p1/p2 getters, as promised in D12442
2022-04-12, by Martin von Zweigbergk
rust-revlog: make `IndexEntryBuilder` build a whole entry
2022-04-15, by Martin von Zweigbergk
rust-revlog: change default version from 2 to 1 in test builder
2022-04-15, by Martin von Zweigbergk
rust-repo: extract a function for checking nodemap requirement
2022-04-15, by Martin von Zweigbergk
rust-revlog: make `Changelog` and `ManifestLog` unaware of `Repo`
2022-04-15, by Martin von Zweigbergk
rust-revlog: make unaware of `Repo`
2022-04-12, by Martin von Zweigbergk
rust-filelog: don't use persistent nodemap (to match Python)
2022-04-14, by Martin von Zweigbergk
rust-revlog: move check for nodemap requirement to caller
2022-04-12, by Martin von Zweigbergk
rust-nodemap-docket: make unaware of `Repo`
2022-03-31, by Martin von Zweigbergk
rust-nodemap-docket: move check of nodemap requirement to caller
2022-03-31, by Martin von Zweigbergk
merge with stable
2022-04-19, by Matt Harbison
contrib: update python dependencies on Windows
2022-04-15, by Matt Harbison
contrib: add a hint if the Windows dependency MSI is already installed
2022-04-15, by Matt Harbison
packaging: fix the type hint on the download_entry function
2022-04-18, by Matt Harbison
packaging: drop python27 references from the Windows instructions
2022-04-18, by Matt Harbison
packaging: add a missing parenthesis to help text
2022-04-18, by Matt Harbison
git: un-byteify the `mode` argument for the builtin `open()`
2022-04-18, by Matt Harbison
git: adapt to some recent dirstate API changes
2022-04-18, by Matt Harbison
idirstate: add missing get_entry() method
2022-04-18, by Matt Harbison
windows: disable pager when packaged with py2exe
2022-04-13, by Matt Harbison
resourceutil: force filesystem access to resources when using py2exe
2022-04-13, by Matt Harbison
setup: fix the py2exe logic to work with py3
2022-04-13, by Matt Harbison
absorb: make `--edit-lines` imply `--apply-changes`
2022-04-13, by Martin von Zweigbergk
branchmap: add a test that shows bad interaction with strip
2022-04-13, by Arseniy Alekseyev
rhg: refactor to pass argv down, instead of caling args_os()
2022-04-12, by Arseniy Alekseyev
narrow: support debugupgraderepo
2022-04-12, by Arseniy Alekseyev
rust-revlog: add methods for getting parent revs and entries
2022-04-05, by Martin von Zweigbergk
rust-changelog: start parsing changeset data
2022-04-05, by Martin von Zweigbergk
rust-changelog: remove special parsing of empty changelog data for null rev
2022-04-04, by Martin von Zweigbergk
rust-changelog: don't skip empty lines when iterating over changeset lines
2022-03-31, by Martin von Zweigbergk
rust-requirements: allow loading repos with `bookmarksinstore` requirement
2022-03-31, by Martin von Zweigbergk
test: accept another error message on lack of TLS client certificate
2022-04-09, by Julien Cristau
sslutil: support TLSV1_ALERT_PROTOCOL_VERSION reason code
2022-04-09, by Julien Cristau
test: override default cipher selection when connecting to TLS 1.0/1.1 servers
2022-04-09, by Julien Cristau
sslutil: be less strict about which ciphers are allowed when using --insecure
2022-04-09, by Julien Cristau
sslutil: avoid deprecation warnings from python 3.10's ssl module
2022-04-09, by Julien Cristau
zeroconf: fix deprecation warning with python 3.10
2022-04-06, by Julien Cristau
test: deal with changed error message on python 3.10
2022-04-11, by Julien Cristau
mail: don't complain about a multi-word email.method
2019-12-02, by Julien Cristau
rust-dirstate: don't return a state for untracked entries
2022-03-28, by Raphaël Gomès
dirstate: remove v1_* methods from Python/C/Rust shared API
2022-03-22, by Raphaël Gomès
rust-dirstate-entry: fix typo in panic message
2022-03-28, by Raphaël Gomès
test-issue660: add dirstate-v2 variant
2022-03-28, by Raphaël Gomès
test-issue660: test inside a repository, not the test dir
2022-03-28, by Raphaël Gomès
dirstate: fix some typos in docstrings
2022-03-23, by Raphaël Gomès
path: explicitly declare the `pushurl` suboption
2022-04-04, by Raphaël Gomès
setup: fix incomplete implementation of Command
2022-04-07, by Raphaël Gomès
path: explicitly declare the `pushrev` suboptions
2022-04-04, by Pierre-Yves David
path: explicitly declare the `multi-urls` suboptions
2022-04-04, by Pierre-Yves David
path: explicitly declare the `bookmarks.mode` suboptions
2022-04-04, by Pierre-Yves David
crecord: avoid duplicating lines when reverting noeol->eol change
2022-04-04, by Kyle Lippincott
crecord: add test demonstrating issue when reverting noeol->eol change
2022-04-05, by Kyle Lippincott
revert: ask user to confirm before tracking new file when interactive
2022-03-28, by Martin von Zweigbergk
revert: use a `continue` to reduce indentation
2022-03-28, by Martin von Zweigbergk
stringutil: try to avoid running `splitlines()` only to get first line
2022-03-25, by Martin von Zweigbergk
logcmdutil: use new function for getting first line of string
2022-03-24, by Martin von Zweigbergk
filemerge: use new function for getting first line of string
2022-03-24, by Martin von Zweigbergk
absorb: use new function for getting first line of string
2022-03-24, by Martin von Zweigbergk
extensions: use new function for getting first line of string
2022-03-24, by Martin von Zweigbergk
bookmarks: use new function for getting first line of string
2022-03-24, by Martin von Zweigbergk
help: use new function for getting first line of string
2022-03-24, by Martin von Zweigbergk
histedit: remove an unnecessary default value of `b''` for commit message
2022-03-24, by Martin von Zweigbergk
histedit: use new function for getting first line of a string
2022-03-24, by Martin von Zweigbergk
templates: extract function to `stringutil` for getting first line of text
2022-03-24, by Martin von Zweigbergk
templates: make `firstline` filter not keep '\v', '\f' and similar
2022-03-24, by Martin von Zweigbergk
pytype: drop py3.6 support
2022-03-22, by Matt Harbison
perf-util: add a `compare-discovery-case` script
2022-03-13, by Pierre-Yves David
discovery: also audit the number of queries done
2022-03-14, by Pierre-Yves David
search-discovery-case: display more information about the interresting case
2022-03-13, by Pierre-Yves David
subsetmaker: rework the antichain generation to be usable
2022-03-21, by Pierre-Yves David
subsetmaker: use SortedSet for the scratch variant
2022-03-13, by Pierre-Yves David
subsetmaker: stabilize the computation of `scratch` subset
2022-03-13, by Pierre-Yves David
revlog: recommit 49fd21f32695 with a fix for issue6528
2021-07-20, by Joerg Sonnenberger
merge-lists: make it possible to specify pattern to match
2022-03-18, by Martin von Zweigbergk
contrib: add a partial-merge tool for sorted lists (such as Python imports)
2022-03-04, by Martin von Zweigbergk
branching: merge stable into default
2022-04-05, by Raphaël Gomès
merge: stable into default
2022-04-05, by Raphaël Gomès
tests: stop excluding the pycompat module from pyflakes
2022-03-30, by Matt Harbison
tests: drop some py2 specific pyflake failures
2022-03-30, by Matt Harbison
util: drop a duplicate import
2022-03-29, by Matt Harbison
pycompat: drop the pickle import
2022-03-29, by Matt Harbison
util: restore the util.pickle symbol
2022-03-29, by Matt Harbison
merge: stable into default
2022-03-29, by Raphaël Gomès
completion: install completers to conventional locations
2022-03-24, by Matthew Martin
pytype: disable a few errors about Windows specific module attributes
2022-03-23, by Matt Harbison
rhg: sort unsupported extensions in error message
2022-03-19, by Raphaël Gomès
hgignore: ignore .testtimes in more location
2022-03-13, by Pierre-Yves David
merge: with stable
2022-03-25, by Augie Fackler
partial-merge: add support for `.args` config (`$local` etc.)
2022-03-17, by Martin von Zweigbergk
filemerge: add support for partial conflict resolution by external tool
2022-01-18, by Martin von Zweigbergk
branching: merge stable into default
2022-03-21, by Raphaël Gomès
rhg: add support for ignoring all extensions
2022-03-18, by Raphaël Gomès
branching: merge stable into default
2022-03-17, by Raphaël Gomès
revlog: fix index_fast_rank (wip)
2022-03-15, by Julien Cristau
tests: fix glob pattern for dynamic timer alignment
2022-03-17, by pacien
branching: merge stable into default
2022-03-15, by Raphaël Gomès
tests: fix formatting issue in run-tests.py after c194e93d1ebc
2022-03-14, by Kyle Lippincott
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
tip