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