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
-60
+60
+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.
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip