log mercurial/statichttprepo.py @ 50291:862969b6c359 stable

age author description
Wed, 22 Feb 2023 01:08:25 +0100 Pierre-Yves David dirstate: only reload the dirstate when it may have changed
Fri, 02 Dec 2022 19:34:01 +0100 Pierre-Yves David peer: pass the `path` to the statichttp peer
Fri, 02 Dec 2022 18:19:59 +0100 Pierre-Yves David peer: pass the `path` object to `make_peer`
Sat, 03 Dec 2022 00:16:07 +0100 Pierre-Yves David peer: have `repo.peer` take an optional `path` argument
Fri, 02 Dec 2022 18:04:51 +0100 Pierre-Yves David peer: use a dedicated name for the `peer` constructor
Tue, 29 Nov 2022 22:03:10 +0100 Pierre-Yves David static-http: have `statichttprepo.instance` return a peer object
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT