Fri, 14 May 2021 10:01:29 +0000 Karthikeyan Singaravelan vfs: Fix deprecation warning in Python 3.10 (issue6520)
Wed, 12 May 2021 10:24:17 +0200 Raphaël Gomès contrib: fix typo
Mon, 03 May 2021 12:27:09 +0200 Pierre-Yves David revlog: rename `indexdata` to entry_data
Mon, 03 May 2021 12:26:59 +0200 Pierre-Yves David revlog: use "entry_point" phrasing for loading the revlog
Mon, 03 May 2021 12:26:48 +0200 Pierre-Yves David revlog: directly use self._format_flags when loading index
Mon, 03 May 2021 12:26:37 +0200 Pierre-Yves David revlog: directly use self._format_version when loading index
Mon, 03 May 2021 12:26:27 +0200 Pierre-Yves David revlog: use `_format_flags` to access flags instead of `header`
Mon, 03 May 2021 12:26:17 +0200 Pierre-Yves David revlog: rename `newversionflags` to `new_header`
Mon, 03 May 2021 12:26:06 +0200 Pierre-Yves David revlog: rename `versionflags` to header
Mon, 03 May 2021 12:25:56 +0200 Pierre-Yves David revlog: move index reading logic in a dedicated method
Mon, 03 May 2021 12:25:45 +0200 Pierre-Yves David revlog: define the actual index and datafile at loading time
Mon, 03 May 2021 12:25:34 +0200 Pierre-Yves David revlog: simplify a conditionnal in _enforceinlinesize
Mon, 03 May 2021 12:25:23 +0200 Pierre-Yves David revlog: drop `flush` parameter from `_peek_iscensored`
Mon, 03 May 2021 12:25:12 +0200 Pierre-Yves David revlog: fix error message when data are missing
Mon, 03 May 2021 12:25:01 +0200 Pierre-Yves David revlog: rename `nodemap_file` to `_nodemap_file`
Mon, 03 May 2021 12:24:50 +0200 Pierre-Yves David revlog: use revlog.display_id in error related to bad revisions
Mon, 03 May 2021 12:24:40 +0200 Pierre-Yves David revlog: use revlog.display_id in "revision too big" errors
Mon, 03 May 2021 12:24:29 +0200 Pierre-Yves David revlog: use revlog.display_id in censor related errors
Mon, 03 May 2021 12:24:18 +0200 Pierre-Yves David revlog: use revlog.display_id in integrity error
Mon, 03 May 2021 12:24:08 +0200 Pierre-Yves David revlog: use revlog.display_id in ambiguity errors
Mon, 03 May 2021 12:23:58 +0200 Pierre-Yves David revlog: use revlog.display_id for corruption error
Mon, 03 May 2021 12:23:48 +0200 Pierre-Yves David revlog: use revlog.display_id in format related errors
Mon, 03 May 2021 12:23:37 +0200 Pierre-Yves David revlog: use revlog.display_id in narrow error message
Mon, 03 May 2021 12:23:27 +0200 Pierre-Yves David revlog: use revlog.display_id in LookupError
Mon, 03 May 2021 12:23:17 +0200 Pierre-Yves David revlog: use revlog.display_id for FilteredLookupError
Mon, 03 May 2021 12:23:07 +0200 Pierre-Yves David revlog: introduce a `display_id` property
Mon, 03 May 2021 12:22:57 +0200 Pierre-Yves David revlog: also use radix when computing nodemap data file
Mon, 03 May 2021 12:22:47 +0200 Pierre-Yves David revlog: stop usage of `_indexfile` to computing nodemap path
Mon, 03 May 2021 12:22:36 +0200 Pierre-Yves David revlog: use a "radix" to address revlog
Mon, 03 May 2021 12:22:26 +0200 Pierre-Yves David revlog: rename `datafile` to `datafile`
Mon, 03 May 2021 12:22:16 +0200 Pierre-Yves David revlog: rename `indexfile` to `_indexfile`
Mon, 03 May 2021 12:22:06 +0200 Pierre-Yves David filelog: drop `indexfile` from `filelog`
Mon, 03 May 2021 12:21:56 +0200 Pierre-Yves David manifest: drop the `indexfile` from `manifestrevlog`
Mon, 03 May 2021 12:21:46 +0200 Pierre-Yves David revlog: deal with special "postfix" explicitely
Mon, 03 May 2021 12:21:35 +0200 Pierre-Yves David revlog: split the option initialisation in its own method
Mon, 03 May 2021 12:21:25 +0200 Pierre-Yves David revlog: always "append" full size tuple
Mon, 03 May 2021 12:21:15 +0200 Pierre-Yves David revlog: make the index always return the same tuple
Mon, 03 May 2021 12:21:05 +0200 Pierre-Yves David revlog: introduce an explicit `format_version` member in the index struct
Mon, 03 May 2021 12:20:55 +0200 Pierre-Yves David revlog: rename `hdrsize` to `entry_size` in the C code
Mon, 03 May 2021 12:20:45 +0200 Pierre-Yves David revlog: split the `version` attribute into its two components
Mon, 03 May 2021 12:20:35 +0200 Pierre-Yves David verify: pass a revlog to `_checkrevlog` in `_verifymanifest`
Mon, 03 May 2021 12:20:25 +0200 Pierre-Yves David revlog: replace flag check related to generaldelta with attribute check
Mon, 03 May 2021 12:19:09 +0200 Pierre-Yves David revlog: replace REVLOGV2 check related to sidedata with `hassidedata` checks
Mon, 03 May 2021 12:19:05 +0200 Pierre-Yves David revlog: explicitely pass the "indexfile" parameter
Mon, 03 May 2021 12:18:58 +0200 Pierre-Yves David revlog: highlight current incompatibility in `rewrite_sidedata`
Mon, 03 May 2021 12:18:48 +0200 Pierre-Yves David revlog: adjust rewrite_sidedata code to not delete existing revlog content
Fri, 07 May 2021 17:33:47 +0200 Simon Sapin status: Add tests for some more edge cases
Fri, 07 May 2021 16:44:36 +0200 Simon Sapin status: Extend issue 6483 test to exclude patterns
Fri, 07 May 2021 16:41:07 +0200 Simon Sapin dirstate-tree: Add a test showing that issue 6335 is fixed
Mon, 03 May 2021 20:04:19 +0200 Simon Sapin dirstate-tree: Add a dirstate-v1-tree variant of some tests
Fri, 07 May 2021 22:06:25 -0400 Matt Harbison merge with stable
Fri, 07 May 2021 08:38:17 -0700 Martin von Zweigbergk rename: add hint about --at-rev if source file doesn't exist
Fri, 30 Apr 2021 20:21:56 +0200 Simon Sapin dirstate-tree: Borrow paths from the "on disk" bytes
Fri, 30 Apr 2021 19:33:04 +0200 Simon Sapin dirstate-tree: Borrow copy source paths from the "on disk" bytes
Fri, 30 Apr 2021 19:57:46 +0200 Simon Sapin rust: Use `&HgPath` instead of `&HgPathBuf` in may APIs
Fri, 30 Apr 2021 18:24:54 +0200 Simon Sapin dirstate-tree: Make `DirstateMap` borrow from a bytes buffer
Fri, 30 Apr 2021 18:13:31 +0200 Simon Sapin rust: Read dirstate from disk in DirstateMap constructor
Fri, 30 Apr 2021 15:40:11 +0200 Simon Sapin rust: Remove handling of `parents` in `DirstateMap`
Fri, 30 Apr 2021 14:22:14 +0200 Simon Sapin dirstate-tree: Fold "tracked descendants" counter update in main walk
Thu, 29 Apr 2021 11:32:57 +0200 Simon Sapin dirstate-tree: Use HashMap instead of BTreeMap
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip