Show More
@@ -722,7 +722,7 b' def copyfile(src, dest, hardlink=False):' | |||||
722 | unlink(dest) |
|
722 | unlink(dest) | |
723 | # hardlinks are problematic on CIFS, quietly ignore this flag |
|
723 | # hardlinks are problematic on CIFS, quietly ignore this flag | |
724 | # until we find a way to work around it cleanly (issue4546) |
|
724 | # until we find a way to work around it cleanly (issue4546) | |
725 |
if False |
|
725 | if False and hardlink: | |
726 | try: |
|
726 | try: | |
727 | oslink(src, dest) |
|
727 | oslink(src, dest) | |
728 | return |
|
728 | return |
@@ -159,7 +159,7 b' Push to repo r1 should break up most har' | |||||
159 | 1 r2/.hg/store/00manifest.i |
|
159 | 1 r2/.hg/store/00manifest.i | |
160 | 1 r2/.hg/store/data/d1/f2.i |
|
160 | 1 r2/.hg/store/data/d1/f2.i | |
161 | 2 r2/.hg/store/data/f1.i |
|
161 | 2 r2/.hg/store/data/f1.i | |
162 |
|
|
162 | 1 r2/.hg/store/fncache | |
163 |
|
163 | |||
164 | $ hg -R r2 verify |
|
164 | $ hg -R r2 verify | |
165 | checking changesets |
|
165 | checking changesets | |
@@ -184,7 +184,7 b' Committing a change to f1 in r1 must bre' | |||||
184 | 1 r2/.hg/store/00manifest.i |
|
184 | 1 r2/.hg/store/00manifest.i | |
185 | 1 r2/.hg/store/data/d1/f2.i |
|
185 | 1 r2/.hg/store/data/d1/f2.i | |
186 | 1 r2/.hg/store/data/f1.i |
|
186 | 1 r2/.hg/store/data/f1.i | |
187 |
|
|
187 | 1 r2/.hg/store/fncache | |
188 |
|
188 | |||
189 |
|
189 | |||
190 | $ cd r3 |
|
190 | $ cd r3 |
General Comments 0
You need to be logged in to leave comments.
Login now