Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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.
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
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
tip