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
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.
logcmdutil: use the same data as {file*} template keywords (issue6642)
stable
2022-05-12, by Anton Shestakov
tests: show that hg log --debug output differs from {file*} template keywords
stable
2022-05-12, by Anton Shestakov
cleanup: return directly instead of assigning variable
2022-06-01, by Manuel Jacob
commit: remove special handling of IOError (actually dead code)
2022-06-01, by Manuel Jacob
py3: catch specific OSError subclasses instead of checking errno
2022-06-01, by Manuel Jacob
py3: catch specific OSError subclasses instead of checking errno
2022-06-01, by Manuel Jacob
py3: catch ProcessLookupError instead of checking errno == ESRCH
2022-05-31, by Manuel Jacob
py3: catch PermissionError instead of checking errno == EPERM
2022-05-31, by Manuel Jacob
py3: catch PermissionError instead of checking errno == EACCES
2022-05-31, by Manuel Jacob
py3: catch FileNotFoundError instead of checking errno == ENOENT
2022-05-31, by Manuel Jacob
py3: catch FileExistsError instead of checking errno == EEXIST
2022-05-31, by Manuel Jacob
py3: catch BrokenPipeError instead of checking errno == EPIPE
2022-05-31, by Manuel Jacob
py3: catch ChildProcessError instead of checking errno == ECHILD
2022-05-31, by Manuel Jacob
py3: remove retry on EINTR errno
2022-05-31, by Manuel Jacob
py3: stop catching TypeError that was raised on Python 2
2022-05-31, by Manuel Jacob
py3: use `x.hex()` instead of `pycompat.sysstr(node.hex(x))`
2022-05-31, by Manuel Jacob
tests: assume that `raw` attribute is present on original socket file object
2022-05-31, by Manuel Jacob
tests: constant-fold a `pycompat.ispy3` in testlib/badserverext.py
2022-05-31, by Manuel Jacob
tests: remove Python 2 special cases in test-stdio.py
2022-05-31, by Manuel Jacob
py3: remove dead code to make file descriptors non-inheritable
2022-05-29, by Manuel Jacob
py3: remove hack that removed flush argument from print() calls on Python 2
2022-05-29, by Manuel Jacob
py3: remove long() compatibility code
2022-05-29, by Manuel Jacob
zeroconf: constant-fold a `pycompat.ispy3`
2022-05-31, by Manuel Jacob
py3: remove conditional to import collections.abc.MutableMapping
2022-05-31, by Manuel Jacob
py3: remove dead code to open file with O_CLOEXEC on Python 2
2022-05-29, by Manuel Jacob
py3: don’t encode node.bin() argument
2022-05-31, by Manuel Jacob
convert: inline Python 3 variant of url2pathname_like_subversion()
2022-05-31, by Manuel Jacob
py3: constant-fold some `pycompat.ispy3`
2022-05-31, by Manuel Jacob
py3: use `zip()` instead of trying to use `itertools.izip()`
2022-05-29, by Manuel Jacob
py3: replace mention of “xrange” in docstring by “range”
2022-05-29, by Manuel Jacob
py3: remove xrange() compatibility code
2022-05-29, by Manuel Jacob
py3: replace `pycompat.xrange` by `range`
2022-05-29, by Manuel Jacob
hgweb: remove dead code handling UnicodeDecodeError
2022-05-29, by Manuel Jacob
cleanup: remove import of already imported module
2022-05-29, by Manuel Jacob
cleanup: rename some functions to avoid redefinitions
2022-05-29, by Manuel Jacob
thirdparty: remove Python 2-specific selectors2 copy
2022-05-28, by Manuel Jacob
branching: merge stable into default
2022-06-08, by Raphaël Gomès
docker: avoid /tmp write access issues by fixing permissions
stable
2022-06-08, by Mathias De Mare
url: raise error if CONNECT request to proxy was unsuccessful
stable
2022-06-04, by Manuel Jacob
revset: fix the doc of "nodefromfile"
stable
2022-06-03, by Pierre-Yves David
chg: replace mercurial.util.recvfds() by simpler pure Python implementation
2022-06-02, by Manuel Jacob
py3: don’t subscript socket.error
stable
2022-06-02, by Manuel Jacob
parsers: drop one extra argument to PyErr_Format
2022-06-06, by Anton Shestakov
demandimport: eagerly load msvcrt module on PyPy
stable
2022-06-02, by Manuel Jacob
search-discovery-case: update documentation of a function
2022-06-03, by Pierre-Yves David
ci: drop the phabricator refresh step
stable
2022-06-01, by Pierre-Yves David
worker: avoid potential partial write of pickled data
2022-05-22, by Manuel Jacob
mr-template: drop the "title and description"
2022-06-01, by Pierre-Yves David
hghave: make black version regex work with newer versions of black
stable
2022-05-22, by Manuel Jacob
debugindex: add a `rank` column
2022-06-01, by Pierre-Yves DAVID
debugindex: add a `sd-chunk-size` column
2022-06-01, by Pierre-Yves DAVID
debugindex: add a `sidedata-offset` column
2022-06-01, by Pierre-Yves DAVID
debugindex: add a `sd-comp-mode` column
2022-06-01, by Pierre-Yves DAVID
debugindex: add a `chunk-size` column
2022-06-01, by Pierre-Yves DAVID
debugindex: add a `data-offset` column
2022-06-01, by Pierre-Yves DAVID
debugindex: add a `comp-mode` column
2022-06-01, by Pierre-Yves DAVID
debugindex: add a `flags` column
2022-06-01, by Pierre-Yves DAVID
debugindex: add a `delta-base` column
2022-06-01, by Pierre-Yves DAVID
debugindex: add a `full-size` column
2022-06-01, by Pierre-Yves DAVID
debugindex: add a `p2-rev` column
2022-06-01, by Pierre-Yves DAVID
debugindex: add a `p1-rev` column
2022-06-01, by Pierre-Yves DAVID
debugindex: introduce a concept of "verbose-only" column
2022-06-01, by Pierre-Yves DAVID
debugindex: move to a flexible column
2022-06-01, by Pierre-Yves David
debugindex: rename the parent column to mention nodeid
2022-06-01, by Pierre-Yves DAVID
debugindex: align column name on the right
2022-06-01, by Pierre-Yves David
debugindex: move the logic into its own module
2022-05-30, by Pierre-Yves David
debugindex: rename to debugindex debug-revlog-index
2022-05-30, by Pierre-Yves David
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
rust: relax im-rc dependency to allow minor updates
stable
2022-05-24, by Mads Kiilerich
branching: merge stable into default
2022-06-02, by Raphaël Gomès
Added signature for changeset 6b10151b9621
stable
2022-06-02, by Raphaël Gomès
Added tag 6.1.3 for changeset 6b10151b9621
stable
2022-06-02, by Raphaël Gomès
narrow_widen_acl: enforce narrowacl in narrow_widen (SEC)
stable
6.1.3
2022-05-03, by Sandu Turcan
chg: ignore already closed fds when cleaning up
stable
2022-05-30, 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
tests: work around non-thread-safeness of sysconfig.get_config_var()
stable
2022-05-29, by Manuel Jacob
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
workflow: add a default template for Merge Request
stable
2022-05-24, by Pierre-Yves David
run-tests: prevent race-condition when picking a channel
stable
2022-05-24, by Pierre-Yves David
run-tests: send the test result after freeing the channel
stable
2022-05-24, by Pierre-Yves David
run-tests: also send a message in the Keyboard interrupt case
stable
2022-05-24, by Pierre-Yves David
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
rhg: correctly handle the case where diffs are encoded relative to nullrev
stable
2022-05-22, by Arseniy Alekseyev
test-revlog: test a repository that contains a diff against nullrev
stable
2022-05-22, by Arseniy Alekseyev
worker: adapt _blockingreader to work around a python3.8.[0-1] bug (issue6444)
stable
2022-05-17, by Matt Harbison
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
doc: use an absolute path in sys.path
stable
2022-05-04, by Anton Shestakov
check-py3-compat: use an absolute path in sys.path
stable
2022-05-04, by Anton Shestakov
branchmap: use a context manager when writing the branchmap
2022-05-13, by Pierre-Yves David
rhg: align the dirstate v2 writing algorithm with python
stable
2022-05-19, by Arseniy Alekseyev
test-dirstate: actually test the append code path in dirstate v2
stable
2022-05-17, by Arseniy Alekseyev
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
ci: do not trigger phabricator for merge-request
stable
2022-05-17, by Pierre-Yves David
branching: merge with stable
2022-05-12, by Martin von Zweigbergk
amend: stop specifying matcher, get all copies in wctx
stable
2022-05-11, by Kyle Lippincott
amend: add test showing poor behavior when copies are involved
stable
2022-05-11, by Kyle Lippincott
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
censor: fix [hg update] away from a revision with censored files
stable
2022-05-04, by Arseniy Alekseyev
censor: demonstrate a bug
stable
2022-04-22, by Arseniy Alekseyev
branching: merge stable into default
2022-05-04, by Raphaël Gomès
Added signature for changeset 0ddd5e1f5f67
stable
2022-05-04, by Raphaël Gomès
Added tag 6.1.2 for changeset 0ddd5e1f5f67
stable
2022-05-04, by Raphaël Gomès
ci: remove py2-rust support
stable
6.1.2
2022-05-04, by Raphaël Gomès
relnotes: add release notes for 6.1.2
stable
2022-05-04, by Raphaël Gomès
docs: use proper rst markup for preformatted blocks
stable
2022-05-03, by Mads Kiilerich
test-dirstate: print something when the check is skipped
stable
2022-05-04, by Raphaël Gomès
test-dirstate: fix detection of Rust environment variable
stable
2022-05-04, by Raphaël Gomès
rust-dirstate-v2: fix the unused bytes counter when rewriting the dirstate
stable
2022-04-28, by Raphaël Gomès
rust-dirstate-v2: show `unused_bytes` counter is not reset on total rewrite
stable
2022-04-28, by Raphaël Gomès
test-dirstate: use new `--docket` flag to get the data uuid
stable
2022-04-28, by Raphaël Gomès
debugcommands: remove `debugdirstateignorepatternhash`
stable
2022-04-28, by Raphaël Gomès
dirstate-v2: add flag to `debugstate` to print docket information
stable
2022-04-28, by Raphaël Gomès
doc: use an absolute path in sys.path to work around a python DLL loading bug
stable
2022-05-02, by Matt Harbison
rhg: fix dirstate-v2 data file removal system
stable
2022-04-25, by Raphaël Gomès
rhg: use `Command::exec` instead of `Command::status`
stable
2022-04-19, by Raphaël Gomès
commit: don't use hard-coded `.hg/last-message.txt` path in error message
stable
2022-04-27, by Martin von Zweigbergk
branching: merge stable into default
2022-04-25, by Raphaël Gomès
rust-dirstate-v2: clean up previous data file after the docket is written
stable
2022-04-21, by Raphaël Gomès
rust-dirstate-v2: save proper data size if no new data on append
stable
2022-04-21, 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
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
tip