Show More
@@ -23,7 +23,7 python $CONTRIBDIR/dumprevlog .hg/store/ | |||||
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" | sort | xargs python $CONTRIBDIR/dumprevlog > ../repo.dump | |
27 |
|
27 | |||
28 | cd .. |
|
28 | cd .. | |
29 |
|
29 |
General Comments 0
You need to be logged in to leave comments.
Login now