##// END OF EJS Templates
share: fix interaction with clone
Matt Mackall -
r9984:439d7ea6 1.4.1 stable
parent child Browse files
Show More
@@ -255,7 +255,7 b' def clone(ui, source, dest=None, pull=Fa'
255 255 raise
256 256
257 257 for f in src_repo.store.copylist():
258 src = os.path.join(src_repo.path, f)
258 src = os.path.join(src_repo.sharedpath, f)
259 259 dst = os.path.join(dest_path, f)
260 260 dstbase = os.path.dirname(dst)
261 261 if dstbase and not os.path.exists(dstbase):
General Comments 0
You need to be logged in to leave comments. Login now