changeset 8691 | a0a541d6fed6 |
parent 8523 | 5b7da468531b |
child 9434 | f5ce9b052747 |
8690:c5b4f662109f | 8691:a0a541d6fed6 |
---|---|
163 commit -a -m addfoo2 |
163 commit -a -m addfoo2 |
164 cd .. |
164 cd .. |
165 |
165 |
166 echo '% convert author committer' |
166 echo '% convert author committer' |
167 hg convert git-repo4 git-repo4-hg |
167 hg convert git-repo4 git-repo4-hg |
168 cd git-repo4-hg |
168 hg -R git-repo4-hg log -v |
169 hg log -v |
169 |
170 echo '% --sourceorder should fail' |
|
171 hg convert --sourcesort git-repo4 git-repo4-sourcesort-hg |
|
172 |
|
173 true |