24 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/5502109ac769 changeset: 52563:5502109ac769 user: Matt Harbison <matt_harbi...@yahoo.com> date: Mon Dec 16 20:04:44 2024 -0500 summary: churn: don't leak the file descriptor when reading the email alias file
https://www.mercurial-scm.org/repo/hg/rev/058b051bc44f changeset: 52564:058b051bc44f user: Matt Harbison <matt_harbi...@yahoo.com> date: Mon Dec 16 20:24:56 2024 -0500 summary: fsmonitor: don't leak a file descriptor in the status command https://www.mercurial-scm.org/repo/hg/rev/1a7bc756e3f2 changeset: 52565:1a7bc756e3f2 user: Matt Harbison <matt_harbi...@yahoo.com> date: Mon Dec 16 20:28:58 2024 -0500 summary: histedit: don't leak a file descriptor when reading the rules file https://www.mercurial-scm.org/repo/hg/rev/5dcf40af7c2d changeset: 52566:5dcf40af7c2d user: Matt Harbison <matt_harbi...@yahoo.com> date: Mon Dec 16 20:38:13 2024 -0500 summary: largefiles: add a TODO about fixing a file descriptor leak https://www.mercurial-scm.org/repo/hg/rev/30f81efce00b changeset: 52567:30f81efce00b user: Matt Harbison <matt_harbi...@yahoo.com> date: Mon Dec 16 20:40:04 2024 -0500 summary: largefiles: use `stat_result.st_size` instead of a magic tuple index https://www.mercurial-scm.org/repo/hg/rev/7da165194128 changeset: 52568:7da165194128 user: Matt Harbison <matt_harbi...@yahoo.com> date: Mon Dec 16 20:44:05 2024 -0500 summary: mq: indent a large block of code that needs a context manager https://www.mercurial-scm.org/repo/hg/rev/d3d1fd3b8a9d changeset: 52569:d3d1fd3b8a9d user: Matt Harbison <matt_harbi...@yahoo.com> date: Mon Dec 16 20:45:49 2024 -0500 summary: mq: don't leak a file descriptor when reading a patch header https://www.mercurial-scm.org/repo/hg/rev/2bf9458cede3 changeset: 52570:2bf9458cede3 user: Matt Harbison <matt_harbi...@yahoo.com> date: Mon Dec 16 20:52:20 2024 -0500 summary: patchbomb: don't leak a file descriptor when handling the description message https://www.mercurial-scm.org/repo/hg/rev/92dff84829b3 changeset: 52571:92dff84829b3 user: Matt Harbison <matt_harbi...@yahoo.com> date: Mon Dec 16 20:57:01 2024 -0500 summary: rebase: don't leak a file descriptor when updating an MQ patch https://www.mercurial-scm.org/repo/hg/rev/7108459cc801 changeset: 52572:7108459cc801 user: Matt Harbison <matt_harbi...@yahoo.com> date: Mon Dec 16 21:01:02 2024 -0500 summary: releasenotes: replace a few trivial file reads/writes with `util` functions https://www.mercurial-scm.org/repo/hg/rev/4c7194ed56ab changeset: 52573:4c7194ed56ab user: Matt Harbison <matt_harbi...@yahoo.com> date: Mon Dec 16 21:06:27 2024 -0500 summary: relink: don't leak a file descriptor when comparing file content https://www.mercurial-scm.org/repo/hg/rev/2380fa1158bd changeset: 52574:2380fa1158bd user: Matt Harbison <matt_harbi...@yahoo.com> date: Mon Dec 16 21:16:30 2024 -0500 summary: remotefilelog: don't leak a file descriptor when garbage collecting cache https://www.mercurial-scm.org/repo/hg/rev/94fa2543d710 changeset: 52575:94fa2543d710 user: Matt Harbison <matt_harbi...@yahoo.com> date: Mon Dec 16 21:18:17 2024 -0500 summary: remotefilelog: replace a few trivial file reads with the `util` function https://www.mercurial-scm.org/repo/hg/rev/34eb9c877c2e changeset: 52576:34eb9c877c2e user: Matt Harbison <matt_harbi...@yahoo.com> date: Mon Dec 16 21:30:02 2024 -0500 summary: transplant: don't leak a file descriptor when filtering changesets https://www.mercurial-scm.org/repo/hg/rev/006feec78d52 changeset: 52577:006feec78d52 user: Matt Harbison <matt_harbi...@yahoo.com> date: Tue Dec 17 00:47:42 2024 -0500 summary: crecord: don't leak a file descriptor when I/O fails https://www.mercurial-scm.org/repo/hg/rev/cac851655570 changeset: 52578:cac851655570 user: Matt Harbison <matt_harbi...@yahoo.com> date: Tue Dec 17 00:56:01 2024 -0500 summary: debugwireproto: replace a trivial file read with the `util` function https://www.mercurial-scm.org/repo/hg/rev/f106d0e629e5 changeset: 52579:f106d0e629e5 user: Matt Harbison <matt_harbi...@yahoo.com> date: Tue Dec 17 01:00:59 2024 -0500 summary: extensions: replace a trivial file read with the `util` function https://www.mercurial-scm.org/repo/hg/rev/08612516d436 changeset: 52580:08612516d436 user: Matt Harbison <matt_harbi...@yahoo.com> date: Tue Dec 17 01:10:28 2024 -0500 summary: hgweb: replace a trivial file read with the `util` function https://www.mercurial-scm.org/repo/hg/rev/a58f7f809fa5 changeset: 52581:a58f7f809fa5 user: Matt Harbison <matt_harbi...@yahoo.com> date: Tue Dec 17 01:16:59 2024 -0500 summary: match: indent a large block of code that needs a context manager https://www.mercurial-scm.org/repo/hg/rev/bbb43c5b753a changeset: 52582:bbb43c5b753a user: Matt Harbison <matt_harbi...@yahoo.com> date: Tue Dec 17 01:18:54 2024 -0500 summary: match: don't leak a file descriptor when I/O fails reading a pattern file https://www.mercurial-scm.org/repo/hg/rev/72d461cbd1f3 changeset: 52583:72d461cbd1f3 user: Matt Harbison <matt_harbi...@yahoo.com> date: Tue Dec 17 01:31:17 2024 -0500 summary: server: don't leak a file descriptor when I/O fails writing a pid file https://www.mercurial-scm.org/repo/hg/rev/f4d1f0713b49 changeset: 52584:f4d1f0713b49 user: Matt Harbison <matt_harbi...@yahoo.com> date: Tue Dec 17 01:35:52 2024 -0500 summary: statprof: don't leak a file descriptor when loading data files https://www.mercurial-scm.org/repo/hg/rev/cc918741a22a changeset: 52585:cc918741a22a user: Matt Harbison <matt_harbi...@yahoo.com> date: Tue Dec 17 01:39:33 2024 -0500 summary: ui: replace a trivial file read with the `util` function https://www.mercurial-scm.org/repo/hg/rev/1b9b6b4aa929 changeset: 52586:1b9b6b4aa929 tag: tip user: Matt Harbison <matt_harbi...@yahoo.com> date: Tue Dec 17 01:45:29 2024 -0500 summary: procutil: don't leak a file descriptor when I/O fails filtering through files -- Repository URL: https://www.mercurial-scm.org/repo/hg _______________________________________________ Mercurial-devel mailing list Mercurial-devel@lists.mercurial-scm.org https://lists.mercurial-scm.org/mailman/listinfo/mercurial-devel