Mercurial > hg
diff hgdemandimport/tracing.py @ 40635:acd17caa699a
requires: use atomictemp=True when writing .hg/requires
We use an unusual file system at Google that allows writes (and
renames) but not deletions (for certain paths). That causes problems
when writing the requires files without atomictemp=True. There doesn't
appear to be any real drawbacks to using atomictemp, so I'm hoping we
can just change it in core.
Differential Revision: https://phab.mercurial-scm.org/D5274
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 14 Nov 2018 11:30:46 -0800 |
parents | 452790284a15 |
children | d0b8a3cfd732 |