After working on a small project versioned with Hg for a while, I've verified the local and the central Mercurial repositories today. Locally I've got no errors or warning and "repository uses revlog format 1". In the central repository however I get
repository uses revlog format 1
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
warning: `x' uses revlog format 0
warning: `xx' uses revlog format 0
warning: `xxx' uses revlog format 0
...
(13 warnings of this type in total). Can I get rid of these warnings?
hg verify, you can clone it and use the clone instead of the current one. – Rudi Aug 31 '11 at 16:50clone --pullnot the convert approach, so giving an answer saying dohg cloneon the server would have been wrong. – Rudi Sep 4 '11 at 18:05