log

age author description
Thu, 14 Jan 2021 04:56:29 +0100 Pierre-Yves David persistent-nodemap: remove the "experimental" tag to the feature
Wed, 13 Jan 2021 23:50:03 +0100 Pierre-Yves David persistent-nodemap: drop the storage.revlog.nodemap.mode config
Wed, 13 Jan 2021 23:41:37 +0100 Pierre-Yves David persistent-nodemap: add a "abort" option to the slow-path config
Wed, 13 Jan 2021 23:07:41 +0100 Pierre-Yves David persistent-nodemap: add a "warn" option to the slow-path config
Wed, 13 Jan 2021 18:33:48 +0100 Pierre-Yves David persistent-node: check the value of the slow-path config
Thu, 14 Jan 2021 01:25:06 +0100 Pierre-Yves David persistent-nodemap: add a revlog.storage.persistent-nodemap.slow-path option
Thu, 14 Jan 2021 01:12:42 +0100 Pierre-Yves David persistent-nodemap: document storage.revlog.persistent-nodemap.mmap=no
Wed, 13 Jan 2021 23:51:12 +0100 Pierre-Yves David persistent-nodemap: rename the storage.revlog.nodemap.mmap option
Thu, 14 Jan 2021 00:56:27 +0100 Pierre-Yves David persistent-nodemap: document the feature in `hg help config.format`
Thu, 14 Jan 2021 00:37:36 +0100 Pierre-Yves David persistent-nodemap: write down the sprint conclusion
Thu, 14 Jan 2021 00:33:40 +0100 Pierre-Yves David persistent-nodemap: document the `devel.persistent-nodemap` option
Fri, 15 Jan 2021 23:47:16 +0100 Pierre-Yves David copies: fix some comment in _filter
Sat, 16 Jan 2021 00:54:33 +0100 Pierre-Yves David discovery: move some debug output closer to were it belong
Sat, 16 Jan 2021 00:48:11 +0100 Pierre-Yves David discovery: add a discovery.grow-sample.rate
Sat, 16 Jan 2021 00:29:17 +0100 Pierre-Yves David discovery: add a `devel', b'discovery.grow-sample`
Sat, 16 Jan 2021 00:21:54 +0100 Pierre-Yves David discovery: document the `devel.discovery.randomize` option
Tue, 12 Jan 2021 09:11:15 -0800 Martin von Zweigbergk shelve: move listshelves() to new ShelfDir class, so caller need not pass vfs
Tue, 12 Jan 2021 09:02:47 -0800 Martin von Zweigbergk shelve: also create class representing whole directory of shelves
Mon, 11 Jan 2021 23:08:37 -0800 Martin von Zweigbergk shelve: add a method for deleting shelf to new shelf class
Mon, 11 Jan 2021 10:53:42 -0800 Martin von Zweigbergk shelve: inline ".patch" constant now that it's only used in the Shelf class
Mon, 11 Jan 2021 23:06:45 -0800 Martin von Zweigbergk shelve: use listshelves() in cleanupoldbackups()
Mon, 11 Jan 2021 23:02:20 -0800 Martin von Zweigbergk shelve: make listshelves() list shelves in a given vfs
Tue, 12 Jan 2021 08:07:59 -0800 Martin von Zweigbergk shelve: replace repo instance in Shelf class by vfs instance
Mon, 11 Jan 2021 10:35:52 -0800 Martin von Zweigbergk shelve: use listdir() instead of readdir() when we don't need stat information
Fri, 08 Jan 2021 23:08:37 -0800 Martin von Zweigbergk shelve: don't crash on file with unexpected extension in .hg/shelved/
Mon, 11 Jan 2021 09:26:48 -0800 Martin von Zweigbergk shelve: don't include invalid shelves in `hg shelve --list`
Thu, 07 Jan 2021 23:32:19 -0800 Martin von Zweigbergk shelve: extract some repeated creation of shelf instances to variables
Thu, 07 Jan 2021 23:18:24 -0800 Martin von Zweigbergk shelve: teach new shelf class to check if .shelve file exists
Thu, 07 Jan 2021 22:45:17 -0800 Martin von Zweigbergk shelve: move method for creating backup to new shelf class
Thu, 07 Jan 2021 23:09:04 -0800 Martin von Zweigbergk shelve: make gennames() helper generate relative backup paths