--- a/hgext/largefiles/overrides.py Tue May 05 20:52:38 2015 -0400
+++ b/hgext/largefiles/overrides.py Mon May 04 23:04:12 2015 -0400
@@ -985,7 +985,7 @@
for subpath in sorted(ctx.substate):
sub = ctx.sub(subpath)
submatch = match_.narrowmatcher(subpath, match)
- sub.archive(archiver, os.path.join(prefix, repo._path) + '/', submatch)
+ sub.archive(archiver, prefix + repo._path + '/', submatch)
# If a largefile is modified, the change is not reflected in its
# standin until a commit. cmdutil.bailifchanged() raises an exception