Mercurial > public > mercurial-scm > hg-stable
diff mercurial/vfs.py @ 44575: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 | 9f70512ae2cf |
children | 89a2afe31e82 |
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).