StephaneLenclud@448: This repository was created from the trunk of Open Hardware Monitor using the Mercurial convert extension. StephaneLenclud@448: StephaneLenclud@448: The trunk of Open Hardware Monitor can be found there: StephaneLenclud@448: http://open-hardware-monitor.googlecode.com/svn/trunk/ StephaneLenclud@448: StephaneLenclud@448: The Mercurial convert extension documentation can be found there: StephaneLenclud@448: http://mercurial.selenic.com/wiki/ConvertExtension StephaneLenclud@448: StephaneLenclud@448: 'hg convert http://open-hardware-monitor.googlecode.com/svn/trunk/' generates a file named .hg/shamap StephaneLenclud@448: This file is not synchronized with remote clones so we added it to the root of our repository on our 'MiniDisplay' branch. StephaneLenclud@448: The trunk of Open Hardware Monitor is now the default branch of this repository. StephaneLenclud@448: To fetch newer changes from the remote Open Hardware Monitor subversion depot one needs to: StephaneLenclud@448: * Make sure the latest .hg/shamap is in place in your local clone. StephaneLenclud@448: * Set default as the current branch. StephaneLenclud@448: * Run 'hg convert http://open-hardware-monitor.googlecode.com/svn/trunk/' StephaneLenclud@448: * Update shamap on the 'MiniDisplay' branch. StephaneLenclud@448: StephaneLenclud@448: Once the default branch is in sync you should be able to rebase or merge stuff into the 'MiniDisplay' branch. StephaneLenclud@448: Though I'm not quite sure how to do that yet.