mercurial/__init__.py
author hlian
Fri, 04 May 2012 14:36:40 -0400
branchstable
changeset 16594 5516fdf3fe24
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
largefiles: in putlfile, ensure tempfile's directory exists prior to creation Let R be a repo served by an hg daemon on a machine with an empty largefiles cache. Pushing a largefiles repo to R will result in a no-such-file-or-directory OSError because putlfile will attempt to create a temporary file in R/.hg/largefiles, which does not yet exist. This patch also adds a regression test for this scenario.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: