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.
urlutil: make `paths` class old list of `path`
2021-04-15, by Pierre-Yves David
urlutil: extract `chain_path` in a function
2021-04-15, by Pierre-Yves David
urlutil: add a `copy` method to `path
2021-04-15, by Pierre-Yves David
template: add a `paths` field to all entry in peerurls
2021-04-15, by Pierre-Yves David
cache: avoid warming the fnodetags cache after clone
stable
2021-05-07, by Pierre-Yves David
run-tests: fix whitelist/blacklist with directories on Windows
stable
2021-05-05, by Matt Harbison
run-tests: ignore PermissionError when checking available ports
stable
2021-03-11, by Matt Harbison
status: Add some more tests
2021-05-11, by Simon Sapin
run-tests: use the same python version for shebang lines on Windows
2021-05-08, by Matt Harbison
vfs: Fix deprecation warning in Python 3.10 (issue6520)
2021-05-14, by Karthikeyan Singaravelan
contrib: fix typo
2021-05-12, by Raphaël Gomès
revlog: rename `indexdata` to entry_data
2021-05-03, by Pierre-Yves David
revlog: use "entry_point" phrasing for loading the revlog
2021-05-03, by Pierre-Yves David
revlog: directly use self._format_flags when loading index
2021-05-03, by Pierre-Yves David
revlog: directly use self._format_version when loading index
2021-05-03, by Pierre-Yves David
revlog: use `_format_flags` to access flags instead of `header`
2021-05-03, by Pierre-Yves David
revlog: rename `newversionflags` to `new_header`
2021-05-03, by Pierre-Yves David
revlog: rename `versionflags` to header
2021-05-03, by Pierre-Yves David
revlog: move index reading logic in a dedicated method
2021-05-03, by Pierre-Yves David
revlog: define the actual index and datafile at loading time
2021-05-03, by Pierre-Yves David
revlog: simplify a conditionnal in _enforceinlinesize
2021-05-03, by Pierre-Yves David
revlog: drop `flush` parameter from `_peek_iscensored`
2021-05-03, by Pierre-Yves David
revlog: fix error message when data are missing
2021-05-03, by Pierre-Yves David
revlog: rename `nodemap_file` to `_nodemap_file`
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in error related to bad revisions
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in "revision too big" errors
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in censor related errors
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in integrity error
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in ambiguity errors
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id for corruption error
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in format related errors
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in narrow error message
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in LookupError
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id for FilteredLookupError
2021-05-03, by Pierre-Yves David
revlog: introduce a `display_id` property
2021-05-03, by Pierre-Yves David
revlog: also use radix when computing nodemap data file
2021-05-03, by Pierre-Yves David
revlog: stop usage of `_indexfile` to computing nodemap path
2021-05-03, by Pierre-Yves David
revlog: use a "radix" to address revlog
2021-05-03, by Pierre-Yves David
revlog: rename `datafile` to `datafile`
2021-05-03, by Pierre-Yves David
revlog: rename `indexfile` to `_indexfile`
2021-05-03, by Pierre-Yves David
filelog: drop `indexfile` from `filelog`
2021-05-03, by Pierre-Yves David
manifest: drop the `indexfile` from `manifestrevlog`
2021-05-03, by Pierre-Yves David
revlog: deal with special "postfix" explicitely
2021-05-03, by Pierre-Yves David
revlog: split the option initialisation in its own method
2021-05-03, by Pierre-Yves David
revlog: always "append" full size tuple
2021-05-03, by Pierre-Yves David
revlog: make the index always return the same tuple
2021-05-03, by Pierre-Yves David
revlog: introduce an explicit `format_version` member in the index struct
2021-05-03, by Pierre-Yves David
revlog: rename `hdrsize` to `entry_size` in the C code
2021-05-03, by Pierre-Yves David
revlog: split the `version` attribute into its two components
2021-05-03, by Pierre-Yves David
verify: pass a revlog to `_checkrevlog` in `_verifymanifest`
2021-05-03, by Pierre-Yves David
revlog: replace flag check related to generaldelta with attribute check
2021-05-03, by Pierre-Yves David
revlog: replace REVLOGV2 check related to sidedata with `hassidedata` checks
2021-05-03, by Pierre-Yves David
revlog: explicitely pass the "indexfile" parameter
2021-05-03, by Pierre-Yves David
revlog: highlight current incompatibility in `rewrite_sidedata`
2021-05-03, by Pierre-Yves David
revlog: adjust rewrite_sidedata code to not delete existing revlog content
2021-05-03, by Pierre-Yves David
status: Add tests for some more edge cases
2021-05-07, by Simon Sapin
status: Extend issue 6483 test to exclude patterns
2021-05-07, by Simon Sapin
dirstate-tree: Add a test showing that issue 6335 is fixed
2021-05-07, by Simon Sapin
dirstate-tree: Add a dirstate-v1-tree variant of some tests
2021-05-03, by Simon Sapin
merge with stable
2021-05-07, by Matt Harbison
rename: add hint about --at-rev if source file doesn't exist
2021-05-07, by Martin von Zweigbergk
dirstate-tree: Borrow paths from the "on disk" bytes
2021-04-30, by Simon Sapin
dirstate-tree: Borrow copy source paths from the "on disk" bytes
2021-04-30, by Simon Sapin
rust: Use `&HgPath` instead of `&HgPathBuf` in may APIs
2021-04-30, by Simon Sapin
dirstate-tree: Make `DirstateMap` borrow from a bytes buffer
2021-04-30, by Simon Sapin
rust: Read dirstate from disk in DirstateMap constructor
2021-04-30, by Simon Sapin
rust: Remove handling of `parents` in `DirstateMap`
2021-04-30, by Simon Sapin
dirstate-tree: Fold "tracked descendants" counter update in main walk
2021-04-30, by Simon Sapin
dirstate-tree: Use HashMap instead of BTreeMap
2021-04-29, by Simon Sapin
dirstate-tree: Add #[timed] attribute to `status` and `DirstateMap::read`
2021-04-27, by Simon Sapin
dirstate-tree: Paralellize the status algorithm with Rayon
2021-04-27, by Simon Sapin
dirstate-tree: Avoid BTreeMap double-lookup when inserting a dirstate entry
2021-04-27, by Simon Sapin
dirstate-tree: Handle I/O errors in status
2021-04-26, by Simon Sapin
dirstate-tree: Ignore FIFOs etc. in the status algorithm
2021-04-26, by Simon Sapin
dirstate-tree: Add the new `status()` algorithm
2021-04-16, by Simon Sapin
dirstate-tree: Give to `status()` mutable access to the `DirstateMap`
2021-04-16, by Simon Sapin
rust: Add doc-comments to DirstateStatus fields
2021-04-06, by Simon Sapin
rust: Move "lookup" a.k.a. "unsure" paths into `DirstateStatus` struct
2021-04-06, by Simon Sapin
rust: Remove DirstateMap::file_fold_map
2021-04-13, by Simon Sapin
dirstate-tree: Add "non normal" and "from other parent" sets
2021-04-09, by Simon Sapin
dirstate-tree: Add add_file, remove_file, and drop_file
2021-04-09, by Simon Sapin
dirstate-tree: Add has_dir and has_tracked_dir
2021-04-12, by Simon Sapin
dirstate-tree: Add clear_ambiguous_times in the new DirstateMap
2021-04-12, by Simon Sapin
dirstate-tree: Add copy_map_insert and copy_map_remove
2021-04-12, by Simon Sapin
dirstate-tree: Maintain a counter of DirstateEntry’s and copy sources
2021-04-12, by Simon Sapin
dirstate-tree: Serialize to disk
2021-04-12, by Simon Sapin
rust: Add a Timestamp struct instead of abusing Duration
2021-04-12, by Simon Sapin
dirstate-tree: Add tree traversal/iteration
2021-04-06, by Simon Sapin
dirstate-tree: Add map `get` and `contains_key` methods
2021-04-06, by Simon Sapin
dirstate-tree: Add parsing only dirstate parents from disk
2021-04-06, by Simon Sapin
dirstate-tree: Implement DirstateMap::read
2021-03-31, by Simon Sapin
dirstate-tree: Add `WithBasename` wrapper for `HgPath`
2021-04-08, by Simon Sapin
dirstate-tree: Empty shell for a second Rust DirstateMap implementation
2021-03-30, by Simon Sapin
dirstate-tree: Abstract "non-normal" and "other parent" sets
2021-04-08, by Simon Sapin
dirstate-tree: Make Rust DirstateMap bindings go through a trait object
2021-03-30, by Simon Sapin
remotefilelog: use the correct capability when using getfilestype threaded
2021-05-05, by Kévin Lévesque
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip