log

age author description
Mon, 09 Jan 2023 18:22:46 +0100 Raphaël Gomès rust-clippy: reassure `clippy` that 8 arguments is expected
Mon, 09 Jan 2023 18:15:29 +0100 Raphaël Gomès rust-clippy: use `write_all` since we're not expecting a partial write
Mon, 09 Jan 2023 18:09:26 +0100 Raphaël Gomès rust-clippy: tell clippy we want to keep those clauses separate
Mon, 09 Jan 2023 18:04:29 +0100 Raphaël Gomès rust-clippy: tell clippy we care about keeping those `if` clauses separate
Mon, 09 Jan 2023 18:03:24 +0100 Raphaël Gomès rust-clippy: factor an `if` with the same duplicated clause
Mon, 09 Jan 2023 18:00:56 +0100 Raphaël Gomès rust: fix broken debug assertions
Mon, 09 Jan 2023 17:48:54 +0100 Raphaël Gomès rust-narrow: fix loop that never loops
Mon, 09 Jan 2023 17:40:03 +0100 Raphaël Gomès rust: run `cargo clippy`
Fri, 06 Jan 2023 18:52:04 +0100 Raphaël Gomès rust: use `logging_timer` instead of `micro_timer`
Thu, 12 Jan 2023 16:15:51 +0000 Arseniy Alekseyev pathauditor: make _checkfs_exists a static method
Thu, 12 Jan 2023 13:14:00 +0000 Arseniy Alekseyev merge: add mergeresult.mapaction to improve speed
Wed, 04 Jan 2023 19:30:47 +0000 Arseniy Alekseyev merge: avoid dereferencing repo fields repeatedly
Fri, 06 Jan 2023 18:09:19 +0000 Arseniy Alekseyev merge: skip syntactic path checks in [_checkunknownfile]
Fri, 06 Jan 2023 16:42:24 +0000 Arseniy Alekseyev pathutil: use `finddirs_rev_noroot` instead of `parts`
Fri, 06 Jan 2023 17:29:42 +0000 Arseniy Alekseyev pathutil: add the more efficient finddir iterator
Mon, 16 Jan 2023 12:10:20 +0000 Arseniy Alekseyev typing: import unconditionally
Wed, 11 Jan 2023 17:51:04 +0400 Anton Shestakov tests: check how hgweb handles HEAD requests
Sun, 08 Jan 2023 16:19:10 +0400 Anton Shestakov tests: test hg status --all with hgext/git
Fri, 06 Jan 2023 17:51:55 +0400 Anton Shestakov tests: aborting on unknown revision emits exit code 10 even with hgext/git
Fri, 13 Jan 2023 17:33:03 +0400 Anton Shestakov convert: replace repr() by pycompat.byterepr() in cvsps.py (issue6789) stable
Fri, 13 Jan 2023 00:56:37 +0400 Anton Shestakov convert: change socket mode from b'r+' to 'rwb' in cvs.py (issue6789) stable
Thu, 12 Jan 2023 19:59:01 +0400 Anton Shestakov convert: turn the last str regex into bytes in cvs.py (issue6789) stable
Fri, 06 Jan 2023 15:17:14 +0000 Arseniy Alekseyev worker: avoid reading 1 byte at a time from the OS pipe
Tue, 10 Jan 2023 12:55:49 -0500 Matt Harbison diffutil: rewrite an ersatz ternary operator for building diffopts.text
Mon, 09 Jan 2023 14:34:19 -0500 Matt Harbison mdiff: add a __str__ method to diffopts
Fri, 06 Jan 2023 11:38:13 -0500 Matt Harbison debugshell: allow TortoiseHg builds to exit with the usual `quit()` command
Wed, 11 Jan 2023 19:53:58 +0000 Arseniy Alekseyev doc: add a few comments
Thu, 05 Jan 2023 17:15:03 +0000 Arseniy Alekseyev rhg: implement checkexec to support weird filesystems
Wed, 11 Jan 2023 16:16:06 +0000 Arseniy Alekseyev typing: use python3-style type annotation
Wed, 04 Jan 2023 17:14:33 +0000 Arseniy Alekseyev merge: cache the fs checks made during [_checkunknownfiles]