Submitter | Matt Harbison |
---|---|
Date | April 5, 2015, 2:34 a.m. |
Message ID | <978813e773a6cbc75a99.1428201259@Envy> |
Download | mbox | patch |
Permalink | /patch/8499/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/hgext/largefiles/lfutil.py b/hgext/largefiles/lfutil.py --- a/hgext/largefiles/lfutil.py +++ b/hgext/largefiles/lfutil.py @@ -168,7 +168,7 @@ return os.path.exists(storepath(repo, hash)) def storepath(repo, hash): - return repo.join(os.path.join(longname, hash)) + return repo.join(longname, hash) def copyfromcache(repo, hash, filename): '''Copy the specified largefile from the repo or system cache to