Show More
@@ -23,7 +23,7 b' python $CONTRIBDIR/dumprevlog .hg/store/' | |||
|
23 | 23 | echo dumprevlog done |
|
24 | 24 | |
|
25 | 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 | 28 | cd .. |
|
29 | 29 |
General Comments 0
You need to be logged in to leave comments.
Login now