# HG changeset patch # User Matt Mackall # Date 1259717430 21600 # Node ID 279282ca42f0cb4e2abf7793c79d04ae25f8befd # Parent 46c6bac41dc682ae35a29db17013cc754260762f# Parent 439d7ea6fe3aa4ab9ec274a68846779153789de9 Merge with stable diff -r 46c6bac41dc6 -r 279282ca42f0 mercurial/hg.py --- a/mercurial/hg.py Tue Dec 01 14:37:57 2009 -0600 +++ b/mercurial/hg.py Tue Dec 01 19:30:30 2009 -0600 @@ -255,7 +255,7 @@ raise for f in src_repo.store.copylist(): - src = os.path.join(src_repo.path, f) + src = os.path.join(src_repo.sharedpath, f) dst = os.path.join(dest_path, f) dstbase = os.path.dirname(dst) if dstbase and not os.path.exists(dstbase):