From patchwork Tue Mar 17 21:28:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D8297: vfs: fix typo in comment (remove extra "l") From: phabricator X-Patchwork-Id: 45810 Message-Id: <5503942937983f7ec5e9726962edd6ac@localhost.localdomain> To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Tue, 17 Mar 2020 21:28:13 +0000 Closed by commit rHG77d48738b8e0: vfs: fix typo in comment (remove extra "l") (authored by spectral). This revision was automatically updated to reflect the committed changes. This revision was not accepted when it landed; it landed in state "Needs Review". REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D8297?vs=20812&id=20814 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8297/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8297 AFFECTED FILES mercurial/vfs.py CHANGE DETAILS To: spectral, #hg-reviewers Cc: mercurial-devel diff --git a/mercurial/vfs.py b/mercurial/vfs.py --- a/mercurial/vfs.py +++ b/mercurial/vfs.py @@ -417,7 +417,7 @@ file were opened multiple times, there could be unflushed data because the original file handle hasn't been flushed/closed yet.) - ``checkambig`` argument is passed to atomictemplfile (valid + ``checkambig`` argument is passed to atomictempfile (valid only for writing), and is useful only if target file is guarded by any lock (e.g. repo.lock or repo.wlock).