Submitter | phabricator |
---|---|
Date | March 17, 2020, 9:28 p.m. |
Message ID | <5503942937983f7ec5e9726962edd6ac@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/45810/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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).