hg convert not actually converting?
问题 I run the following hg command and see a whole bunch of revision numbers & their messages fly past my screen, but when it finishes the destination hg repository is empty. hg convert -s p4 //depot/proj1/... c:\hg\proj1 --config convert.p4.startrev=1267 What am I doing wrong? 回答1: When in doubt, use the summary command . You'll probably see something like this: $ hg sum parent: -1:000000000000 (no revision checked out) branch: default commit: (clean) update: 15225 new changesets (update) This