comparison tests/test-clone.t @ 24440:27ad6b91f5c2

clone: add progress support to hardlink clones (issue3059)
author Augie Fackler <augie@google.com>
date Fri, 13 Mar 2015 18:28:11 -0400
parents 7d63398fbfd1
children 82fddb3d6bc0
comparison
equal deleted inserted replaced
24439:2ddfac2f163e 24440:27ad6b91f5c2
63 63
64 No update, with debug option: 64 No update, with debug option:
65 65
66 #if hardlink 66 #if hardlink
67 $ hg --debug clone -U . ../c 67 $ hg --debug clone -U . ../c
68 linking: 1
69 linking: 2
70 linking: 3
71 linking: 4
72 linking: 5
73 linking: 6
74 linking: 7
75 linking: 8
68 linked 8 files 76 linked 8 files
69 #else 77 #else
70 $ hg --debug clone -U . ../c 78 $ hg --debug clone -U . ../c
71 copied 8 files 79 copied 8 files
72 #endif 80 #endif