Merge with stable
authorMatt Mackall <mpm@selenic.com>
Tue, 01 Dec 2009 19:30:30 -0600
changeset 9985 279282ca42f0
parent 9983 46c6bac41dc6 (current diff)
parent 9984 439d7ea6fe3a (diff)
child 9988 ad0a5fb627e6
Merge with stable
--- 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):