branch | stable |
changeset 15392 | d7bfbc92a1c0 |
parent 15391 | a5a6a9b7f3b9 |
child 15408 | db8b0ee74025 |
--- a/hgext/largefiles/lfutil.py Thu Oct 20 17:24:59 2011 -0400 +++ b/hgext/largefiles/lfutil.py Mon Oct 31 15:41:39 2011 -0500 @@ -443,7 +443,7 @@ '''Returns a file descriptor and a filename corresponding to a temporary file in the repo's largefiles store.''' path = repo.join(longname) - util.makedirs(repo.join(path)) + util.makedirs(path) return tempfile.mkstemp(prefix=prefix, dir=path) class storeprotonotcapable(Exception):