Mercurial > hg
changeset 44566:77d48738b8e0
vfs: fix typo in comment (remove extra "l")
Differential Revision: https://phab.mercurial-scm.org/D8297
author | Kyle Lippincott <spectral@google.com> |
---|---|
date | Mon, 22 Jul 2019 09:58:23 -0700 |
parents | 0af56d3ee24c |
children | ad5a10f49dfa |
files | mercurial/vfs.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/vfs.py Thu Mar 12 20:18:52 2020 -0700 +++ b/mercurial/vfs.py Mon Jul 22 09:58:23 2019 -0700 @@ -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).