tests/test-relink.t
changeset 25125 bd625cd4e5e7
parent 23285 6cc1f388ac80
child 32940 75be14993fda
equal deleted inserted replaced
25124:d08a13215d1a 25125:bd625cd4e5e7
    68   $ $PYTHON -c "file('.hg/store/data/dummy.i', 'wb').write('a\nb\r\n')"
    68   $ $PYTHON -c "file('.hg/store/data/dummy.i', 'wb').write('a\nb\r\n')"
    69 
    69 
    70 
    70 
    71 relink
    71 relink
    72 
    72 
    73   $ hg relink --debug | fix_path
    73   $ hg relink --debug --config progress.debug=true | fix_path
    74   relinking $TESTTMP/repo/.hg/store to $TESTTMP/clone/.hg/store
    74   relinking $TESTTMP/repo/.hg/store to $TESTTMP/clone/.hg/store
    75   tip has 2 files, estimated total number of files: 3
    75   tip has 2 files, estimated total number of files: 3
    76   collecting: 00changelog.i 1/3 files (33.33%)
    76   collecting: 00changelog.i 1/3 files (33.33%)
    77   collecting: 00manifest.i 2/3 files (66.67%)
    77   collecting: 00manifest.i 2/3 files (66.67%)
    78   collecting: a.i 3/3 files (100.00%)
    78   collecting: a.i 3/3 files (100.00%)