comparison tests/test-hardlinks.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 07a92bbd02e5
children bd625cd4e5e7
comparison
equal deleted inserted replaced
24439:2ddfac2f163e 24440:27ad6b91f5c2
56 56
57 57
58 Create hardlinked clone r2: 58 Create hardlinked clone r2:
59 59
60 $ hg clone -U --debug r1 r2 60 $ hg clone -U --debug r1 r2
61 linking: 1
62 linking: 2
63 linking: 3
64 linking: 4
65 linking: 5
66 linking: 6
67 linking: 7
61 linked 7 files 68 linked 7 files
62 69
63 Create non-hardlinked clone r3: 70 Create non-hardlinked clone r3:
64 71
65 $ hg clone --pull r1 r3 72 $ hg clone --pull r1 r3