log

age author description
Wed, 17 Jul 2019 11:37:43 +0200 Raphaël Gomès rust-dirstate: improve API of `DirsMultiset`
Tue, 09 Jul 2019 12:15:09 +0200 Raphaël Gomès rust-dirstate: use EntryState enum instead of literals
Tue, 09 Jul 2019 11:49:49 +0200 Raphaël Gomès rust-parsers: switch to parse/pack_dirstate to mutate-on-loop
Wed, 10 Jul 2019 10:16:28 +0200 Raphaël Gomès rust-parsers: move parser bindings to their own file and Python module
Mon, 08 Jul 2019 18:01:39 +0200 Raphaël Gomès rust-dirstate: create dirstate submodule in hg-cpython
Wed, 20 Feb 2019 09:04:54 +0100 Georges Racinet rust-discovery: using from Python code
Tue, 21 May 2019 12:46:38 +0200 Georges Racinet on percheron.racinet.fr rust-discovery: optimization of add commons/missings for empty arguments
Tue, 16 Apr 2019 01:16:39 +0200 Georges Racinet rust-discovery: using the children cache in add_missing
Tue, 21 May 2019 17:44:15 +0200 Georges Racinet discovery: new devel.discovery.randomize option
Tue, 21 May 2019 17:43:55 +0200 Georges Racinet rust-discovery: optionally don't randomize at all, for tests
Fri, 17 May 2019 01:56:57 +0200 Georges Racinet rust-discovery: exposing sampling to python
Fri, 16 Aug 2019 15:41:53 +0300 Augie Fackler tests: use `tr -d` and not `tr --delete` as the latter is absent on BSD tr(1) stable
Fri, 17 May 2019 01:56:57 +0200 Georges Racinet rust-discovery: takefullsample() core implementation
Fri, 17 May 2019 01:56:56 +0200 Georges Racinet rust-discovery: core implementation for take_quick_sample()
Wed, 12 Jun 2019 14:31:41 +0100 Georges Racinet rust-discovery: read the index from a repo passed at init
Wed, 12 Jun 2019 14:18:12 +0100 Georges Racinet rust-discovery: accept the new 'respectsize' init arg
Wed, 14 Aug 2019 09:22:54 +0900 Yuya Nishihara merge with stable
Tue, 13 Aug 2019 22:48:05 +0530 Navaneeth Suresh unshelve: forget unknown files after a partial unshelve
Thu, 08 Aug 2019 01:59:43 +0200 Pierre-Yves David flagutil: move addflagprocessor to the new module (API)
Thu, 08 Aug 2019 01:25:37 +0200 Pierre-Yves David flagutil: move insertflagprocessor to the new module (API)
Thu, 08 Aug 2019 01:28:34 +0200 Pierre-Yves David flagutil: move REVIDX_KNOWN_FLAGS source of truth in flagutil (API)
Thu, 08 Aug 2019 01:04:48 +0200 Pierre-Yves David flagutil: move the `flagprocessors` mapping in the new module
Thu, 08 Aug 2019 01:03:01 +0200 Pierre-Yves David flagutil: create a `mercurial.revlogutils.flagutil` module
Wed, 07 Aug 2019 22:02:49 +0200 Pierre-Yves David rawdata: register the method for `ifiledata`
Wed, 07 Aug 2019 21:17:48 +0200 Pierre-Yves David rawdata: implement the method for `unionrepo` too
Wed, 07 Aug 2019 20:51:52 +0200 Pierre-Yves David rawdata: implement the method for `remotefilelog` too
Wed, 07 Aug 2019 20:48:05 +0200 Pierre-Yves David rawdata: implement `rawdata` for `simplestore` too
Wed, 07 Aug 2019 22:08:04 +0200 Pierre-Yves David rawdata: forward `rawdata` call on `manifestlog`
Wed, 07 Aug 2019 22:01:52 +0200 Pierre-Yves David rawdata: implement `rawdata` for `sqlitestore` too
Wed, 07 Aug 2019 22:00:57 +0200 Pierre-Yves David rawdata: add the method to bundlerevlog