tests/test-dumprevlog
changeset 6515 f65ac37f0a15
parent 6465 9b340e725c11
child 6516 7a6243bf209d
equal deleted inserted replaced
6514:3d73b870b3ae 6515:f65ac37f0a15
    21 echo dumping revlog of file a to stdout:
    21 echo dumping revlog of file a to stdout:
    22 python $CONTRIBDIR/dumprevlog .hg/store/data/a.i
    22 python $CONTRIBDIR/dumprevlog .hg/store/data/a.i
    23 echo dumprevlog done
    23 echo dumprevlog done
    24 
    24 
    25 # dump all revlogs to file repo.dump
    25 # dump all revlogs to file repo.dump
    26 find .hg/store/ -name "*.i" | xargs python $CONTRIBDIR/dumprevlog > ../repo.dump
    26 find .hg/store -name "*.i" | xargs python $CONTRIBDIR/dumprevlog > ../repo.dump
    27 
    27 
    28 cd ..
    28 cd ..
    29 
    29 
    30 mkdir repo-b
    30 mkdir repo-b
    31 cd repo-b
    31 cd repo-b